Skip to content

Commit 9ca0492

Browse files
chore: update actions/setup-node action to v4
1 parent 6cb0612 commit 9ca0492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint-tsc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: nvm
2323

2424
- name: Use Node.js (.nvmrc)
25-
uses: actions/setup-node@v3
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version: "${{ steps.nvm.outputs.NVMRC }}"
2828

0 commit comments

Comments
 (0)