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 e6cb457 commit f64d4d9Copy full SHA for f64d4d9
.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@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.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