Skip to content

Commit

Permalink
Make TARS great again! (#130)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
evilsprut authored Apr 3, 2022
1 parent 751c4b0 commit 453886f
Show file tree
Hide file tree
Showing 5 changed files with 20,966 additions and 12,232 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ os:

env:
matrix:
- export NODE_VERSION="13"
- export NODE_VERSION="12"
- export NODE_VERSION="11"
- export NODE_VERSION="10"
- export NODE_VERSION="16"

matrix:
fast_finish: true
Expand Down
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
# What combinations to test
environment:
matrix:
- nodejs_version: 13
- nodejs_version: 12
- nodejs_version: 11
- nodejs_version: 10
- nodejs_version: 16

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down
Loading

0 comments on commit 453886f

Please sign in to comment.