Skip to content

Commit

Permalink
Run Sass tests on latest Node.js LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Nov 30, 2022
1 parent 29c9810 commit 271aa53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: npm
node-version: 14 # Node.js 14 supported by Dart Sass v1
node-version: 18 # Node.js 18 supported by Dart Sass v1

- name: Install package
run: |
Expand Down

0 comments on commit 271aa53

Please sign in to comment.