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 3940ab0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ arch:

node_js:
- '14'
- '15'
- '16'
- '17'
- '18'
Expand Down Expand Up @@ -58,6 +57,6 @@ deploy:
file_glob: true
file: build/stage/kelektiv/node.bcrypt.js/releases/download/*/*
on:
node_js: '10'
node_js: '14'
repo: kelektiv/node.bcrypt.js
tags: true
12 changes: 4 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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 3940ab0

Please sign in to comment.