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.
2 parents ae1099c + 0c64f66 commit 7e3423dCopy full SHA for 7e3423d
.github/workflows/check-dist.yml
@@ -25,7 +25,7 @@ jobs:
25
version: 10
26
27
- name: Use Node.js
28
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
29
with:
30
node-version: 'lts/*'
31
cache: 'pnpm'
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
- name: Install Node.js
46
47
48
node-version: 22
49
0 commit comments