Skip to content

Commit 0b7b6fc

Browse files
Update actions/setup-node action to v5 (#390)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1446f5 commit 0b7b6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-check-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v5
1010
- uses: pnpm/action-setup@v4
1111
- name: Use Node.js
12-
uses: actions/setup-node@v4
12+
uses: actions/setup-node@v5
1313
with:
1414
node-version: 'lts/*'
1515
cache: 'pnpm'

0 commit comments

Comments
 (0)