File tree Expand file tree Collapse file tree 4 files changed +1365
-979
lines changed Expand file tree Collapse file tree 4 files changed +1365
-979
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,10 @@ arch:
15
15
- arm64
16
16
17
17
node_js :
18
- - ' 10'
19
- - ' 11'
20
- - ' 12'
21
- - ' 13'
22
18
- ' 14'
23
- - ' 15'
19
+ - ' 16'
20
+ - ' 17'
21
+ - ' 18'
24
22
25
23
addons :
26
24
apt :
@@ -59,6 +57,6 @@ deploy:
59
57
file_glob : true
60
58
file : build/stage/kelektiv/node.bcrypt.js/releases/download/*/*
61
59
on :
62
- node_js : ' 10 '
60
+ node_js : ' 14 '
63
61
repo : kelektiv/node.bcrypt.js
64
62
tags : true
Original file line number Diff line number Diff line change 1
1
environment :
2
2
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
11
3
- nodejs_version : " 14"
12
4
platform : x64
13
5
- nodejs_version : " 14"
@@ -16,6 +8,8 @@ environment:
16
8
platform : x64
17
9
- nodejs_version : " 16"
18
10
platform : x86
11
+ - nodejs_version : " 18"
12
+ platform : x64
19
13
20
14
install :
21
15
- where npm
You can’t perform that action at this time.
0 commit comments