We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8809d8a + 2781332 commit 4d2c891Copy full SHA for 4d2c891
.github/actions/yarn-project-setup/action.yaml
@@ -7,7 +7,7 @@ runs:
7
run: corepack enable
8
shell: bash
9
- name: Setup node
10
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
+ uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
11
with:
12
node-version-file: package.json
13
cache: yarn
0 commit comments