Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/node20' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Oct 29, 2024
2 parents 69154b5 + ffc5b29 commit 41e1d04
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:
for region in europe-west1 us-west1 asia-east1; do
gcloud beta functions deploy mdn-prod-prod-$region \
--gen2 \
--runtime=nodejs18 \
--runtime=nodejs20 \
--region=$region \
--source=cloud-function \
--trigger-http \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ jobs:
for region in europe-west1 us-west1 asia-east1; do
gcloud beta functions deploy mdn-nonprod-stage-$region \
--gen2 \
--runtime=nodejs18 \
--runtime=nodejs20 \
--region=$region \
--source=cloud-function \
--trigger-http \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
for region in europe-west3; do
gcloud beta functions deploy mdn-nonprod-test-$region \
--gen2 \
--runtime=nodejs18 \
--runtime=nodejs20 \
--region=$region \
--source=cloud-function \
--trigger-http \
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,6 @@
"webpack-node-externals": "^3.0.0"
},
"engines": {
"node": ">=18.18.0"
"node": ">=20"
}
}

0 comments on commit 41e1d04

Please sign in to comment.