Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 6f12a45

Browse files
Node v14 compatibility (#136)
* upgrading node-sass to 4.14.1 for compatibility with Node v14 * bumping package version * Adding Node v14 to testing matrix * updating package-lock.json
1 parent 0d29f1c commit 6f12a45

File tree

3 files changed

+228
-172
lines changed

3 files changed

+228
-172
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
node_js: [8, 10, 12]
2+
node_js: [8, 10, 12, 14]
33
script: npm run lint && npm test
44
deploy:
55
provider: npm

0 commit comments

Comments
 (0)