Skip to content

Commit f62d139

Browse files
Update actions/setup-node action to v5
1 parent 9b1c25a commit f62d139

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Use Node.js
11-
uses: actions/setup-node@v4
11+
uses: actions/setup-node@v5
1212
- name: Install Dependencies
1313
run: npm install
1414
- run: npm run eslint

.github/workflows/tester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
repository: hexojs/hexo-starter
1616
- name: Use Node.js
17-
uses: actions/setup-node@v4
17+
uses: actions/setup-node@v5
1818
- name: Install Dependencies
1919
run: npm install
2020
- name: Test

0 commit comments

Comments
 (0)