Skip to content

Commit

Permalink
Switch GitHub Actions workflows to Node.js 20.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Sep 12, 2023
1 parent ccaaa88 commit c8e9afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/[email protected]
with:
cache: npm
node-version: 18 # Node.js 18 supported by Dart Sass v1
node-version-file: .nvmrc # Node.js project version must support Dart Sass v1

- name: Install package
run: |
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: actions/[email protected]
with:
cache: npm
node-version: 18 # Node.js 18 supported by Node Sass v8.x
node-version-file: .nvmrc # Node.js project version must support Node Sass v8.x

- name: Install package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
20.6.1

0 comments on commit c8e9afb

Please sign in to comment.