We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1403ec9 commit 02c6c23Copy full SHA for 02c6c23
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
19
- run: corepack enable pnpm
20
- - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
+ - uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3.8.0
21
with:
22
node-version-file: ".nvmrc"
23
cache: "pnpm"
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
cache: pnpm
0 commit comments