Skip to content

Commit 25b60fd

Browse files
authored
chore!: update engines.node to minimum of 20 (#9128)
1 parent 5200f7b commit 25b60fd

File tree

52 files changed

+90
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+90
-66
lines changed

.changeset/wet-parrots-grab.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
'@firebase/rules-unit-testing': minor
3+
'@firebase/app-check-compat': minor
4+
'@firebase/firestore-compat': minor
5+
'@firebase/functions-compat': minor
6+
'@firebase/database-compat': minor
7+
'@firebase/storage-compat': minor
8+
'@firebase/auth-compat': minor
9+
'@firebase/app-compat': minor
10+
'@firebase/app-check': minor
11+
'@firebase/component': minor
12+
'@firebase/firestore': minor
13+
'@firebase/functions': minor
14+
'@firebase/database': minor
15+
'@firebase/storage': minor
16+
'@firebase/logger': minor
17+
'@firebase/auth': minor
18+
'@firebase/util': minor
19+
'@firebase/app': minor
20+
'@firebase/ai': minor
21+
'firebase': major
22+
---
23+
24+
Update node "engines" version to a minimum of Node 20.

.github/workflows/canary-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
# Canary release script requires git history and tags.
3333
fetch-depth: 0
34-
- name: Set up Node (20)
34+
- name: Set up Node (22)
3535
uses: actions/setup-node@v4
3636
with:
3737
node-version: 22.10.0

.github/workflows/check-changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
# This makes Actions fetch all Git history so check_changeset script can diff properly.
3939
fetch-depth: 0
40-
- name: Set up Node (20)
40+
- name: Set up Node (22)
4141
uses: actions/setup-node@v4
4242
with:
4343
node-version: 22.10.0

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
# get all history for the diff
2929
fetch-depth: 0
30-
- name: Set up Node (20)
30+
- name: Set up Node (22)
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: 22.10.0

.github/workflows/check-pkg-paths.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
# This makes Actions fetch all Git history so run-changed script can diff properly.
2929
fetch-depth: 0
30-
- name: Set up Node (20)
30+
- name: Set up Node (22)
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: 22.10.0

.github/workflows/deploy-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
# This makes Actions fetch all Git history so run-changed script can diff properly.
3737
fetch-depth: 0
38-
- name: Set up node (20)
38+
- name: Set up node (22)
3939
uses: actions/setup-node@v4
4040
with:
4141
node-version: 22.10.0

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- name: Checkout Repo
3838
uses: actions/checkout@v4
39-
- name: Set up Node (20)
39+
- name: Set up Node (22)
4040
uses: actions/setup-node@master
4141
with:
4242
node-version: 22.10.0

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
# get all history for the diff
3333
fetch-depth: 0
34-
- name: Set up node (20)
34+
- name: Set up node (22)
3535
uses: actions/setup-node@v4
3636
with:
3737
node-version: 22.10.0

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v4
26-
- name: Set up node (20)
26+
- name: Set up node (22)
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: 22.10.0

.github/workflows/prerelease-manual-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
# Canary release script requires git history and tags.
3636
fetch-depth: 0
37-
- name: Set up node (20)
37+
- name: Set up node (22)
3838
uses: actions/setup-node@v4
3939
with:
4040
node-version: 22.10.0

0 commit comments

Comments
 (0)