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.
2 parents bb0206f + 9ef91b8 commit c9e110aCopy full SHA for c9e110a
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
persist-credentials: false
19
20
- name: Use Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
22
with:
23
node-version: ${{ matrix.node-version }}
24
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
38
39
- name: Use Node.js 22.x
40
41
42
node-version: 22.x
43
0 commit comments