Skip to content

Commit

Permalink
Update Node.js version for LibSass tests to 15
Browse files Browse the repository at this point in the history
First version of Node.js where the feature was stable
  • Loading branch information
romaricpascal committed Nov 21, 2024
1 parent 3c8fec3 commit a8b32fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ jobs:
uses: actions/[email protected]
with:
cache: npm
node-version: 6 # Node.js 6 supported by Node Sass v3.7.0
# Node Sass v3.7.0 is supported from Node 6
# but some of the code ran at installation
# runs ES modules, so we need a Node version able to run this
# Node 15 is the first version with ES modules marked as stable"
node-version: 15

- name: Install package
run: |
Expand Down

0 comments on commit a8b32fd

Please sign in to comment.