Skip to content

Commit 3940ab0

Browse files
committed
Remove old NodeJS versions
1 parent 65f531f commit 3940ab0

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ arch:
1616

1717
node_js:
1818
- '14'
19-
- '15'
2019
- '16'
2120
- '17'
2221
- '18'
@@ -58,6 +57,6 @@ deploy:
5857
file_glob: true
5958
file: build/stage/kelektiv/node.bcrypt.js/releases/download/*/*
6059
on:
61-
node_js: '10'
60+
node_js: '14'
6261
repo: kelektiv/node.bcrypt.js
6362
tags: true

appveyor.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
environment:
22
matrix:
3-
- nodejs_version: "12"
4-
platform: x64
5-
- nodejs_version: "12"
6-
platform: x86
7-
- nodejs_version: "13"
8-
platform: x64
9-
- nodejs_version: "13"
10-
platform: x86
113
- nodejs_version: "14"
124
platform: x64
135
- nodejs_version: "14"
@@ -16,6 +8,10 @@ environment:
168
platform: x64
179
- nodejs_version: "16"
1810
platform: x86
11+
- nodejs_version: "18"
12+
platform: x64
13+
- nodejs_version: "18"
14+
platform: x86
1915

2016
install:
2117
- where npm

0 commit comments

Comments
 (0)