Skip to content

Commit f2714d7

Browse files
Update actions/setup-node action to v5
1 parent f1446f5 commit f2714d7

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)