File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- name : " Checkout"
11
11
uses : actions/checkout@v3
12
- - name : " Use NodeJS 14 "
12
+ - name : " Use NodeJS 16 "
13
13
uses : actions/setup-node@v3
14
14
with :
15
- # Always use version 14 as we use TypeScript target es2020
16
- node-version : 14
15
+ node-version : 16
17
16
- name : " Install npm@8.x"
18
17
run : npm i -g npm@next-8
19
18
- name : " Install monorepo packages"
@@ -43,16 +42,15 @@ jobs:
43
42
contents : read
44
43
strategy :
45
44
matrix :
46
- version : [12, 14]
45
+ version : [12, 14, 16 ]
47
46
package : [logger, metrics, tracer]
48
47
steps :
49
48
- name : " Checkout"
50
49
uses : actions/checkout@v3
51
- - name : " Use NodeJS 14 "
50
+ - name : " Use NodeJS 16 "
52
51
uses : actions/setup-node@v3
53
52
with :
54
- # Always use version 14 as we use TypeScript target es2020
55
- node-version : 14
53
+ node-version : 16
56
54
- name : " Install npm@8.x"
57
55
run : npm i -g npm@next-8
58
56
- name : " Install monorepo packages"
You can’t perform that action at this time.
0 commit comments