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