Skip to content

Commit f1b4c34

Browse files
committed
Update workflows based on zizmor audit
1 parent d527f0b commit f1b4c34

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
11+
with:
12+
persist-credentials: false
1113
- name: Install Node.js
12-
uses: actions/setup-node@v3
14+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
1315
with:
14-
node-version: 16.x
16+
node-version: 20
1517
- name: Install dependencies
1618
run: npm ci
1719
- name: Run tests

0 commit comments

Comments
 (0)