We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1824de commit c40e70aCopy full SHA for c40e70a
2 files changed
.github/workflows/nightly-release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup node
30
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
31
with:
32
- node-version: 22
+ node-version: 24
33
cache: pnpm
34
35
- name: Install dependencies
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Node
28
- node-version: 20
run: pnpm install --no-frozen-lockfile
0 commit comments