Skip to content

Commit 11aad72

Browse files
committed
21-nightly?
1 parent 2264997 commit 11aad72

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@v3
2525
with:
26-
node-version: nightly
26+
node-version: 21-nightly
2727
cache: yarn
2828
- name: install
2929
run: yarn --immutable
@@ -50,7 +50,7 @@ jobs:
5050
- name: Use Node.js LTS
5151
uses: actions/setup-node@v3
5252
with:
53-
node-version: nightly
53+
node-version: 21-nightly
5454
cache: yarn
5555
- name: install
5656
run: yarn --immutable

0 commit comments

Comments
 (0)