We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556565f commit 875d5b2Copy full SHA for 875d5b2
2 files changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
run: npm i -g corepack@latest --force && corepack enable
42
43
- name: Setup Node.js
44
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
45
with:
46
node-version: 24.14.0
47
cache: "pnpm"
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
0 commit comments