Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
java-version: '21'
- name: node_modules cache
id: node_modules_cache
uses: actions/cache@v3
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
java-version: '21'
- name: Test headless
run: npm run test:chrome-headless
# Tests are flaky on Windows
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Setting `functionsNodeVersion` and `functionsRuntimeOptions` in your `angular.js
"deploy": {
"builder": "@angular/fire:deploy",
"options": {
"functionsNodeVersion": 12,
"functionsNodeVersion": 22,
"functionsRuntimeOptions": {
"memory": "2GB",
"timeoutSeconds": 10,
Expand Down
Loading
Loading