We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d97d0 commit fb0957bCopy full SHA for fb0957b
.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@53b83947a5a98c8d113130e565377fae1a50d02f # v6
26
with:
27
node-version: 22.22.2
28
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
corepack enable
30
31
32
33
34
35
cache: "pnpm"
0 commit comments