Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add check-latest to ensure the needed version is installed.
  • Loading branch information
desrosj committed Dec 20, 2023
commit bc82faffc5c8205826c879d90c311dc00aa8c651
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