Skip to content

Commit

Permalink
chore: adds node version 16 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRibbens committed May 6, 2021
1 parent e791c5b commit 3684013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]

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

1 comment on commit 3684013

@DanRibbens
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is having trouble with node-sass on node 16.1. Running yarn locally using 16.0 and 16.1 is working for me, could be something with the CI flag. Waiting on the node-sass team to add support for node 16.

sass/node-sass#3077

Please sign in to comment.