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 6e65ed8 commit b96919aCopy full SHA for b96919a
.github/workflows/pr.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22
23
- name: Install Node.js from .nvmrc
24
- uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3
+ uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
25
with:
26
node-version-file: .nvmrc
27
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
persist-credentials: false
28
29
30
31
32
33
0 commit comments