Skip to content

Commit c0519ac

Browse files
author
Mathieu Lavoie
committed
fix: changing node versions
1 parent 0a013d0 commit c0519ac

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- stable
5-
- 6
4+
- node
5+
- "12"
6+
- "10"
67
after_success:
78
- "npm run coveralls"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"description": "PostCSS gulp plugin",
1818
"main": "index.js",
1919
"engines": {
20-
"node": ">=6"
20+
"node": "^10 || ^12 || >=14"
2121
},
2222
"scripts": {
2323
"coveralls": "coveralls < coverage/lcov.info",

0 commit comments

Comments
 (0)