Skip to content

Commit

Permalink
Set nodejs to 14
Browse files Browse the repository at this point in the history
Empirically we discovered that node 11 is not supported by some dependency, so do node 16+ due to native extensions for node-sass expecting python 2

Suggested next steps would be to try to upgrade node-sass to see if this unlocks node 20


Co-authored-by: Matt Royal <[email protected]>
  • Loading branch information
a-b and matt-royal authored Jun 7, 2023
1 parent 7ceee3e commit 8ba43ca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ jobs:
fail-fast: false
matrix:
node-version:
- 10.x
- 11.x
- 12.x
- 14.x
- 16.x
- 18.x
- 20.x

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8ba43ca

Please sign in to comment.