Skip to content

Commit 74c1c22

Browse files
authored
Revert node version in yaml changes (#823)
1 parent 205969e commit 74c1c22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
node-version:
34-
- 18.x
34+
- 16.x
3535
steps:
3636
- uses: actions/checkout@v3
3737
- uses: actions/setup-node@v3

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
node-version:
30-
- 18.x
30+
- 16.x
3131
steps:
3232
- uses: actions/checkout@v3
3333
- uses: actions/setup-node@v3

app/app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
runtime: nodejs18
15+
runtime: nodejs16
1616
handlers:
1717
# Serve all static files with url ending with a file extension
1818
- url: /(.*\..+)$

0 commit comments

Comments
 (0)