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 81c1b4a + 272afe1 commit 9a98c98Copy full SHA for 9a98c98
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
needs: [ tests ]
63
runs-on: ubuntu-latest
64
steps:
65
- - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
+ - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
66
with:
67
node-version: 20
68
.github/workflows/create-release-pr.yml
@@ -81,7 +81,7 @@ jobs:
81
key: ${{ runner.os }}-integration-yarn-${{ hashFiles('**/yarn.lock') }}
82
83
- name: Setup Node.js
84
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
+ uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
85
86
node-version: "20.x"
87
0 commit comments