Skip to content

Commit dc0a5f6

Browse files
LevdbasIván Mercado
authored andcommitted
run on supported node versions
1 parent 5a2e593 commit dc0a5f6

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22
node_js:
3-
- '6.10.2'
4-
- '7'
5-
- '8'
6-
- 'stable'
3+
- "10"
4+
- "12"
5+
- "14"
6+
- "stable"
77
before_install:
8-
- npm install -g typescript
8+
- npm install -g typescript
99
script:
10-
- npm test
10+
- npm test

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"watch": "npm run build -- --watch",
1616
"test": "TS_NODE_FILES=true mocha -r ts-node/register src/**/*.test.ts"
1717
},
18+
"engines": {
19+
"node": ">=10"
20+
},
1821
"keywords": [
1922
"Sass",
2023
"Sass Utilities",

0 commit comments

Comments
 (0)