Skip to content

Commit

Permalink
chore: bump Node.js nightly version (#14848)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas authored Jan 14, 2024
1 parent 2178fa2 commit dfcd6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 21-nightly
node-version: 22-nightly
cache: yarn
- name: install
run: yarn --immutable
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: 21-nightly
node-version: 22-nightly
cache: yarn
- name: install
run: yarn --immutable
Expand Down

0 comments on commit dfcd6d1

Please sign in to comment.