File tree 4 files changed +13
-13
lines changed 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 16
16
17
17
- uses : ' actions/setup-node@v2'
18
18
with :
19
- node-version : ' 12 .x'
19
+ node-version : ' 16 .x'
20
20
21
21
- name : ' npm build'
22
22
run : ' npm ci && npm run build'
Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v2
26
26
- uses : " actions/setup-node@v2"
27
27
with :
28
- node-version : " 12 .x"
28
+ node-version : " 16 .x"
29
29
- id : build
30
30
name : Build dist
31
31
run : |-
34
34
- name : setup-gcloud
35
35
uses : ./
36
36
with :
37
- version : " 290 .0.1 "
37
+ version : " 374 .0.0 "
38
38
service_account_key : ${{ secrets.SETUP_GCLOUD_IT_KEY }}
39
39
40
40
- name : Integration Tests
53
53
- uses : actions/checkout@v2
54
54
- uses : " actions/setup-node@v2"
55
55
with :
56
- node-version : " 12 .x"
56
+ node-version : " 16 .x"
57
57
- name : Build dependency
58
58
run : |-
59
59
npm ci
85
85
- uses : actions/checkout@v2
86
86
- uses : " actions/setup-node@v2"
87
87
with :
88
- node-version : " 12 .x"
88
+ node-version : " 16 .x"
89
89
- id : build
90
90
name : Build dist
91
91
run : |-
@@ -114,7 +114,7 @@ jobs:
114
114
- uses : actions/checkout@v2
115
115
- uses : " actions/setup-node@v2"
116
116
with :
117
- node-version : " 12 .x"
117
+ node-version : " 16 .x"
118
118
119
119
- id : build
120
120
name : Build dist
@@ -205,7 +205,7 @@ jobs:
205
205
206
206
- uses : " actions/setup-node@v2"
207
207
with :
208
- node-version : " 12 .x"
208
+ node-version : " 16 .x"
209
209
210
210
- name : " npm ci"
211
211
run : " npm ci"
@@ -245,7 +245,7 @@ jobs:
245
245
246
246
- uses : " actions/setup-node@v2"
247
247
with :
248
- node-version : " 12 .x"
248
+ node-version : " 16 .x"
249
249
250
250
- id : build
251
251
name : Build dist
@@ -283,7 +283,7 @@ jobs:
283
283
284
284
- uses : " actions/setup-node@v2"
285
285
with :
286
- node-version : " 12 .x"
286
+ node-version : " 16 .x"
287
287
288
288
- id : build
289
289
name : Build dist
@@ -320,7 +320,7 @@ jobs:
320
320
321
321
- uses : " actions/setup-node@v2"
322
322
with :
323
- node-version : " 12 .x"
323
+ node-version : " 16 .x"
324
324
325
325
- id : " build"
326
326
name : " Build dist"
@@ -360,7 +360,7 @@ jobs:
360
360
361
361
- uses : " actions/setup-node@v2"
362
362
with :
363
- node-version : " 12 .x"
363
+ node-version : " 16 .x"
364
364
365
365
- id : build
366
366
name : Build dist
Original file line number Diff line number Diff line change 26
26
27
27
- uses : ' actions/setup-node@v2'
28
28
with :
29
- node-version : ' 12 .x'
29
+ node-version : ' 16 .x'
30
30
31
31
- name : ' npm ci'
32
32
run : ' npm ci'
Original file line number Diff line number Diff line change @@ -80,6 +80,6 @@ inputs:
80
80
required : false
81
81
82
82
runs :
83
- using : ' node12 '
83
+ using : ' node16 '
84
84
main : ' dist/main/index.js'
85
85
post : ' dist/post/index.js'
You can’t perform that action at this time.
0 commit comments