We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b3f5a commit 87c90f0Copy full SHA for 87c90f0
.github/workflows/linting.yml
@@ -23,7 +23,7 @@ jobs:
23
run_install: false
24
25
- name: Set up node
26
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
+ uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
27
with:
28
node-version-file: ".nvmrc"
29
cache: "pnpm"
.github/workflows/run.yml
@@ -26,7 +26,7 @@ jobs:
30
31
32
0 commit comments