File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203
204204 - uses : ' actions/setup-node@v2'
205205 with :
206- node-version : ' 12 .x'
206+ node-version : ' 16 .x'
207207
208208 - id : build
209209 name : Build dist
Original file line number Diff line number Diff line change 6868 runs-on : ubuntu-latest
6969 steps :
7070 - uses : actions/checkout@v2
71- - uses : actions/setup-node@master
71+ - uses : actions/setup-node@v2
7272 with :
73- node-version : 12.x
73+ node-version : ' 16.x '
7474 - id : build
7575 name : Build dist
7676 run : |-
Original file line number Diff line number Diff line change 1616
1717 - uses : ' actions/setup-node@v2'
1818 with :
19- node-version : ' 12 .x'
19+ node-version : ' 16 .x'
2020
2121 - name : ' npm build'
2222 run : ' npm ci && npm run build'
Original file line number Diff line number Diff line change 2929
3030 - uses : ' actions/setup-node@v2'
3131 with :
32- node-version : 12.x
32+ node-version : ' 16.x '
3333
3434 - name : ' npm build'
3535 run : ' npm ci && npm run build'
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ inputs:
6464 flags :
6565 description : |-
6666 Space separated list of other App Engine flags, examples can be found:
67- https://cloud.google.com/sdk/gcloud/reference/app/deploy#FLAGS. Ex
67+ https://cloud.google.com/sdk/gcloud/reference/app/deploy#FLAGS. Ex
68686969 required : false
7070
@@ -73,5 +73,5 @@ outputs:
7373 description : URL of your App Engine Application
7474
7575runs :
76- using : node12
77- main : dist/index.js
76+ using : ' node16 '
77+ main : ' dist/index.js'
Original file line number Diff line number Diff line change 11# Copyright 2020 Google, LLC.
2- #
2+ #
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
55# You may obtain a copy of the License at
6- #
6+ #
77# http://www.apache.org/licenses/LICENSE-2.0
88#
99# Unless required by applicable law or agreed to in writing, software
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- runtime : nodejs12
15+ runtime : nodejs16
You can’t perform that action at this time.
0 commit comments