File tree 4 files changed +190
-134
lines changed
4 files changed +190
-134
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
kind : pipeline
3
3
name : default
4
+ type : docker
4
5
5
6
platform :
6
7
os : linux
7
8
arch : amd64
8
9
9
10
steps :
10
11
- name : install
11
- pull : default
12
- image : node:14
12
+ image : node:18
13
13
commands :
14
14
- echo "//registry.npmjs.org/:_authToken=$${NPM_INSTALL_TOKEN}" > ~/.npmrc
15
15
- npm ci
16
16
17
- - name : test12
18
- pull : default
19
- image : node:12
17
+ - name : test16
18
+ image : node:16
20
19
depends_on :
21
20
- install
22
21
commands :
23
22
- echo "//registry.npmjs.org/:_authToken=$${NPM_INSTALL_TOKEN}" > ~/.npmrc
24
23
- npm test
25
24
26
- - name : test14
27
- pull : default
28
- image : node:14
25
+ - name : test18
26
+ image : node:18
29
27
depends_on :
30
28
- install
31
29
commands :
32
30
- echo "//registry.npmjs.org/:_authToken=$${NPM_INSTALL_TOKEN}" > ~/.npmrc
33
31
- npm test
34
32
35
- - name : test16
36
- pull : default
37
- image : node:16
33
+ - name : test20
34
+ image : node:20
38
35
depends_on :
39
36
- install
40
37
commands :
41
38
- echo "//registry.npmjs.org/:_authToken=$${NPM_INSTALL_TOKEN}" > ~/.npmrc
42
39
- npm test
43
40
44
41
- name : deploy
45
- pull : default
46
- image : node:14
42
+ image : node:18
47
43
depends_on :
48
- - test12
49
- - test14
50
44
- test16
45
+ - test18
46
+ - test20
51
47
commands :
52
48
- echo "//registry.npmjs.org/:_authToken=$${NPM_DEPLOY_TOKEN}" > ~/.npmrc
53
49
- echo "unsafe-perm=true" >> ~/.npmrc
Original file line number Diff line number Diff line change 1
- lts/fermium
1
+ lts/hydrogen
Original file line number Diff line number Diff line change 36
36
"devDependencies" : {
37
37
"chai" : " 4.3.7" ,
38
38
"chai-as-promised" : " 7.1.1" ,
39
- "enquirer" : " 2.3.6 " ,
40
- "mocha" : " 9 .2.2 " ,
39
+ "enquirer" : " 2.4.1 " ,
40
+ "mocha" : " 10 .2.0 " ,
41
41
"mock-require" : " 3.0.3" ,
42
- "sinon" : " 13.0.2 "
42
+ "sinon" : " 15.2.0 "
43
43
},
44
44
"dependencies" : {
45
- "aws-xray-sdk-core" : " 3.3.6 "
45
+ "aws-xray-sdk-core" : " 3.5.1 "
46
46
}
47
47
}
You can’t perform that action at this time.
0 commit comments