We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1c25a commit f62d139Copy full SHA for f62d139
.github/workflows/linter.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
- name: Use Node.js
11
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
12
- name: Install Dependencies
13
run: npm install
14
- run: npm run eslint
.github/workflows/tester.yml
@@ -14,7 +14,7 @@ jobs:
with:
15
repository: hexojs/hexo-starter
16
17
18
19
20
- name: Test
0 commit comments