Skip to content

Commit b4f35fc

Browse files
Update actions/setup-node action to v5
1 parent 9fa975f commit b4f35fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Use Node.js
13-
uses: actions/setup-node@v4
13+
uses: actions/setup-node@v5
1414
- run: npm install
1515
- run: npm run lint

0 commit comments

Comments
 (0)