-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
e811ef2
commit 900c112
Showing
2 changed files
with
0 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|