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 d08ac9b commit 1f5a4dbCopy full SHA for 1f5a4db
.github/workflows/nightly-release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup node
26
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
27
with:
28
- node-version: 20
+ node-version: 22
29
cache: pnpm
30
31
- name: Install dependencies
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
- name: Setup Node
32
33
run: pnpm install --frozen-lockfile
0 commit comments