Skip to content

Commit

Permalink
fix node version number as well as name
Browse files Browse the repository at this point in the history
  • Loading branch information
alanb2718 committed Nov 5, 2023
1 parent 348f4e4 commit 5575e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: node 20 ❇️
uses: actions/setup-node@v3.5.1
with:
node-version: 16
node-version: 20

- name: make npm ♦️
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: node 20 ❇️
uses: actions/setup-node@v3.5.1
with:
node-version: 16
node-version: 20

- name: make npm ♦️
run: |
Expand Down

0 comments on commit 5575e3f

Please sign in to comment.