Skip to content

Commit 0e2b2d0

Browse files
authored
Merge pull request #428 from h5bp/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents ffb4f2d + b9781db commit 0e2b2d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
node-version: [18.x]
1818
steps:
1919
- uses: actions/checkout@v5
20+
with:
21+
persist-credentials: false
2022
- name: Run tests ${{ matrix.node-version }}
21-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v5
2224
with:
2325
node-version: ${{ matrix.node-version }}
2426
- run: npm install

0 commit comments

Comments
 (0)