Skip to content

Commit dfcd6d1

Browse files
authored
chore: bump Node.js nightly version (#14848)
1 parent 2178fa2 commit dfcd6d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 21-nightly
26+
node-version: 22-nightly
2727
cache: yarn
2828
- name: install
2929
run: yarn --immutable
@@ -55,7 +55,7 @@ jobs:
5555
- name: Use Node.js LTS
5656
uses: actions/setup-node@v4
5757
with:
58-
node-version: 21-nightly
58+
node-version: 22-nightly
5959
cache: yarn
6060
- name: install
6161
run: yarn --immutable

0 commit comments

Comments
 (0)