We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a8c44 commit 0e6667bCopy full SHA for 0e6667b
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: pnpm/action-setup@v4
18
19
- name: Setup Node.js
20
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
21
with:
22
node-version: 24
23
cache: 'pnpm'
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
0 commit comments