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 0e3065d commit f463f2bCopy full SHA for f463f2b
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
- name: Use Node.js 20.x
38
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
39
with:
40
node-version: 20.x
41
- name: Run NPM CI
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
persist-credentials: false
32
33
34
node-version: "20.x"
- run: npm ci
0 commit comments