File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6
6
linter :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
10
- - name : Use Node.js 14.x
11
- uses : actions/setup-node@v2
9
+ - uses : actions/checkout@v4
10
+ - name : Use Node.js 18
11
+ uses : actions/setup-node@v4
12
12
with :
13
- node-version : ' 14.x '
13
+ node-version : " 18 "
14
14
- name : Install Dependencies
15
15
run : npm install
16
16
- name : Lint
Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
os : [ubuntu-latest, windows-latest, macos-latest]
11
- node-version : ['14.x', '16.x', '18.x' ]
11
+ node-version : [18, 20 ]
12
12
fail-fast : false
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
- name : Use Node.js ${{ matrix.node-version }}
16
- uses : actions/setup-node@v2
16
+ uses : actions/setup-node@v4
17
17
with :
18
18
node-version : ${{ matrix.node-version }}
19
19
- name : Install Dependencies
@@ -27,11 +27,11 @@ jobs:
27
27
strategy :
28
28
matrix :
29
29
os : [ubuntu-latest]
30
- node-version : ['14.x' ]
30
+ node-version : [18 ]
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v4
33
33
- name : Use Node.js ${{ matrix.node-version }}
34
- uses : actions/setup-node@v2
34
+ uses : actions/setup-node@v4
35
35
with :
36
36
node-version : ${{ matrix.node-version }}
37
37
- name : Install Dependencies
41
41
env :
42
42
CI : true
43
43
- name : Coveralls
44
- uses : coverallsapp/github-action@master
44
+ uses : coverallsapp/github-action@v2
45
45
with :
46
46
github-token : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 16
16
" lib/"
17
17
],
18
18
"engines" : {
19
- "node" : " >=14 "
19
+ "node" : " >=18 "
20
20
},
21
21
"repository" : " hexojs/hexo-generator-index" ,
22
22
"homepage" : " https://hexo.io/" ,
You can’t perform that action at this time.
0 commit comments