Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
- uses: actions/setup-node@v3
with:
node-version: 18.17.1
node-version: 'lts/*'
cache: npm
- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
v22.14.0
4 changes: 2 additions & 2 deletions extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resources:
properties:
sourceDirectory: functions
buildConfig:
runtime: nodejs18
runtime: nodejs22
serviceConfig:
timeout: 540s
eventTrigger:
Expand All @@ -43,7 +43,7 @@ resources:
type: firebaseextensions.v1beta.v2.function
properties:
buildConfig:
runtime: nodejs18
runtime: nodejs22
sourceDirectory: functions
serviceConfig:
timeout: 540s
Expand Down
Loading