Skip to content

Commit

Permalink
fix node download
Browse files Browse the repository at this point in the history
Signed-off-by: Musilah <[email protected]>
  • Loading branch information
Musilah committed Mar 26, 2024
1 parent fd65d14 commit 4e8a12d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
always-auth: false
check-latest: true

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 4e8a12d

Please sign in to comment.