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 56f2c4b commit 12673b9Copy full SHA for 12673b9
.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
27
run: npm i -g corepack@latest --force && corepack enable
28
29
- name: Setup Node.js
30
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
31
with:
32
node-version: 22
33
cache: "pnpm"
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
fetch-depth: 0
- name: 设置 Node.js
registry-url: 'https://registry.npmjs.org'
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
34
35
36
0 commit comments