Skip to content

Commit e133e8d

Browse files
authored
chore(ci): add nodejs 25 to CI jobs matrix (facebook#11495)
1 parent 5e846f6 commit e133e8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
strategy:
4040
matrix:
41-
node: ['20.0', '20', '22', '24']
41+
node: ['20.0', '20', '22', '24', '25']
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.github/workflows/tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: windows-latest
2828
strategy:
2929
matrix:
30-
node: ['20.0', '20', '22', '24']
30+
node: ['20.0', '20', '22', '24', '25']
3131
steps:
3232
- name: Support longpaths
3333
run: git config --system core.longpaths true

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
node: ['20.0', '20', '22', '24']
30+
node: ['20.0', '20', '22', '24', '25']
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)