Skip to content

Commit

Permalink
Changing to node version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisAlund committed Feb 15, 2024
1 parent 702176a commit e08240e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
cache: "yarn"
cache-dependency-path: functions/yarn.lock

Expand All @@ -55,7 +55,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
cache: 'yarn'
cache-dependency-path: functions/yarn.lock

Expand Down
14 changes: 7 additions & 7 deletions extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ resources:
properties:
location: ${LOCATION}
buildConfig:
runtime: nodejs20
runtime: nodejs18
serviceConfig:
availableMemory: 512M
eventTrigger:
Expand All @@ -142,7 +142,7 @@ resources:
properties:
location: ${LOCATION}
buildConfig:
runtime: nodejs20
runtime: nodejs18
serviceConfig:
availableMemory: 512M
eventTrigger:
Expand All @@ -157,7 +157,7 @@ resources:
properties:
location: ${LOCATION}
buildConfig:
runtime: nodejs20
runtime: nodejs18
serviceConfig:
availableMemory: 512M
eventTrigger:
Expand All @@ -172,7 +172,7 @@ resources:
properties:
location: ${LOCATION}
buildConfig:
runtime: nodejs20
runtime: nodejs18
serviceConfig:
availableMemory: 512M
eventTrigger:
Expand All @@ -187,7 +187,7 @@ resources:
properties:
location: ${LOCATION}
buildConfig:
runtime: nodejs20
runtime: nodejs18
serviceConfig:
availableMemory: 512M
eventTrigger:
Expand All @@ -202,7 +202,7 @@ resources:
properties:
location: ${LOCATION}
buildConfig:
runtime: nodejs20
runtime: nodejs18
serviceConfig:
availableMemory: 512M
eventTrigger:
Expand All @@ -217,7 +217,7 @@ resources:
properties:
location: ${LOCATION}
buildConfig:
runtime: nodejs20
runtime: nodejs18
serviceConfig:
availableMemory: 512M
eventTrigger:
Expand Down
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"logs": "firebase functions:log"
},
"engines": {
"node": "20"
"node": "18"
},
"main": "lib/src/index.js",
"dependencies": {
Expand Down

0 comments on commit e08240e

Please sign in to comment.