We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca3836 commit fb2fb20Copy full SHA for fb2fb20
2 files changed
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23
24
- name: Setup Node.js
25
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
26
with:
27
node-version: 24.15.0
28
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
run: corepack enable
29
30
31
32
33
cache: "pnpm"
0 commit comments