Skip to content

Commit 86aa111

Browse files
authored
Merge pull request #953 from kelektiv/version-update
2 parents cdfe6b2 + 094dc94 commit 86aa111

File tree

4 files changed

+1365
-979
lines changed

4 files changed

+1365
-979
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ arch:
1515
- arm64
1616

1717
node_js:
18-
- '10'
19-
- '11'
20-
- '12'
21-
- '13'
2218
- '14'
23-
- '15'
19+
- '16'
20+
- '17'
21+
- '18'
2422

2523
addons:
2624
apt:
@@ -59,6 +57,6 @@ deploy:
5957
file_glob: true
6058
file: build/stage/kelektiv/node.bcrypt.js/releases/download/*/*
6159
on:
62-
node_js: '10'
60+
node_js: '14'
6361
repo: kelektiv/node.bcrypt.js
6462
tags: true

appveyor.yml

Lines changed: 2 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,8 @@ environment:
168
platform: x64
179
- nodejs_version: "16"
1810
platform: x86
11+
- nodejs_version: "18"
12+
platform: x64
1913

2014
install:
2115
- where npm

0 commit comments

Comments
 (0)