Skip to content

Commit

Permalink
Remove Node.js check-latest: true
Browse files Browse the repository at this point in the history
Now that Node.js 20 is available to local runners, we no longer need to agressively download the latest version on every run
  • Loading branch information
colinrotherham committed Dec 12, 2023
1 parent 6e252af commit 4d7e1d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ runs:

with:
cache: ${{ inputs.use-cache == 'true' && 'npm' || '' }}
check-latest: true
node-version-file: .nvmrc
2 changes: 0 additions & 2 deletions .github/workflows/sass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
uses: actions/[email protected]
with:
cache: npm
check-latest: true
node-version-file: .nvmrc # Node.js project version must support Dart Sass v1

- name: Install package
Expand Down Expand Up @@ -103,7 +102,6 @@ jobs:
uses: actions/[email protected]
with:
cache: npm
check-latest: true
node-version-file: .nvmrc # Node.js project version must support Node Sass v8.x

- name: Install package
Expand Down

0 comments on commit 4d7e1d0

Please sign in to comment.