Skip to content

Commit

Permalink
Remove old NodeJS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
recrsn committed Sep 21, 2022
1 parent 65f531f commit c2d8754
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,6 @@ arch:

node_js:
- '14'
- '15'
- '16'
- '17'
- '18'
Expand Down
12 changes: 4 additions & 8 deletions appveyor.yml
@@ -1,13 +1,5 @@
environment:
matrix:
- nodejs_version: "12"
platform: x64
- nodejs_version: "12"
platform: x86
- nodejs_version: "13"
platform: x64
- nodejs_version: "13"
platform: x86
- nodejs_version: "14"
platform: x64
- nodejs_version: "14"
Expand All @@ -16,6 +8,10 @@ environment:
platform: x64
- nodejs_version: "16"
platform: x86
- nodejs_version: "18"
platform: x64
- nodejs_version: "18"
platform: x86

install:
- where npm
Expand Down

0 comments on commit c2d8754

Please sign in to comment.