Skip to content

Commit ece8114

Browse files
committed
Upgrades node-sass to version 7.0.0
1 parent bd8e5da commit ece8114

File tree

4 files changed

+419
-210
lines changed

4 files changed

+419
-210
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [12.x, 14.x]
12+
node-version: [14.x, 16.x]
1313

1414
steps:
1515
- uses: actions/checkout@v1

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jasmine-fixture": "^2.0.0",
4747
"jshint-stylish": "^2.2.1",
4848
"load-grunt-config": "^3.0.2",
49-
"node-sass": "^6.0.1",
49+
"node-sass": "^7.0.0",
5050
"time-grunt": "^2.0.0"
5151
},
5252
"resolutions": {

0 commit comments

Comments
 (0)