Skip to content

Commit

Permalink
fix: update node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres23Ramirez committed May 23, 2024
1 parent ea10a80 commit 09d295d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
steps:
- name: Chekout Code
uses: actions/checkout@v2

- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: '20.8.1'

- name: Download Package Dependencies
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 09d295d

Please sign in to comment.