Skip to content

Commit 453886f

Browse files
authored
Make TARS great again! (#130)
* Make TARS great again! - drop Node legacy versions - update `gulp-sass` and `posix` packages for prevent `node-gyp` errors - remove `yarn.lock` file. Multiply package managers for single project, oh my... * fix version * add missed `sass` package
1 parent 751c4b0 commit 453886f

File tree

5 files changed

+20966
-12232
lines changed

5 files changed

+20966
-12232
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ os:
66

77
env:
88
matrix:
9-
- export NODE_VERSION="13"
10-
- export NODE_VERSION="12"
11-
- export NODE_VERSION="11"
12-
- export NODE_VERSION="10"
9+
- export NODE_VERSION="16"
1310

1411
matrix:
1512
fast_finish: true

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
# What combinations to test
1818
environment:
1919
matrix:
20-
- nodejs_version: 13
21-
- nodejs_version: 12
22-
- nodejs_version: 11
23-
- nodejs_version: 10
20+
- nodejs_version: 16
2421

2522
install:
2623
- ps: Install-Product node $env:nodejs_version $env:platform

0 commit comments

Comments
 (0)