Skip to content

Commit

Permalink
Update node-sass to v6.0.0
Browse files Browse the repository at this point in the history
This drops Node.js 10.x support.
  • Loading branch information
XhmikosR committed May 11, 2021
1 parent 9d751fb commit 47c9624
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12, 14, 16]
node: [12, 14, 16]

steps:
- name: Clone repository
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"karma-sinon": "^1.0.5",
"linkinator": "^2.13.6",
"lockfile-lint": "^4.6.2",
"node-sass": "^5.0.0",
"node-sass": "^6.0.0",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
Expand Down

0 comments on commit 47c9624

Please sign in to comment.