Skip to content

Commit

Permalink
Add check-latest to ensure the needed version is installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Dec 20, 2023
1 parent de28cc3 commit bc82faf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version-file: '.nvmrc'
check-latest: true
cache: npm

- name: Log debug information
Expand Down Expand Up @@ -144,6 +145,7 @@ jobs:
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version-file: '.nvmrc'
check-latest: true
cache: npm

- name: Log debug information
Expand Down

0 comments on commit bc82faf

Please sign in to comment.