Skip to content

Commit

Permalink
update nodejs deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
patapat committed Mar 25, 2024
1 parent e40adb3 commit cc51f0d
Show file tree
Hide file tree
Showing 4 changed files with 12,374 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.ETCH_DEMO_PROJECT }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- uses: actions/cache@v2
id: yarn-cache
with:
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- uses: actions/cache@v2
id: yarn-cache
with:
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- uses: actions/cache@v2
id: yarn-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion app-template.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime: nodejs16
runtime: nodejs20

env_variables:
# This is templated so you can replace prior to a deploy
Expand Down
Loading

0 comments on commit cc51f0d

Please sign in to comment.