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 c6fbe02 commit f5845c4Copy full SHA for f5845c4
.github/workflows/node.js.yml
@@ -9,9 +9,11 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
13
+ with:
14
+ persist-credentials: false
15
- name: Install Node.js
- uses: actions/setup-node@v4
16
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
17
with:
18
node-version: 20.x
19
- run: npm ci
0 commit comments