We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964862f commit 0156849Copy full SHA for 0156849
.github/workflows/check-dist.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
26
- name: Set Node.js 20.x
27
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
28
with:
29
node-version: 20.x
30
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
18
- name: Setup Node
19
20
21
node-version: 20
22
0 commit comments