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 139ceed commit 4e0e489Copy full SHA for 4e0e489
.github/workflows/build-and-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
run_install: false
26
27
- name: Set up node
28
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
+ uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
29
with:
30
node-version-file: ".nvmrc"
31
cache: "pnpm"
.github/workflows/linting.yml
@@ -23,7 +23,7 @@ jobs:
23
24
0 commit comments