File tree 3 files changed +8
-12
lines changed
3 files changed +8
-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
9
+ - uses : actions/checkout@v4
10
+ - name : Use Node.js 22
11
11
uses : actions/setup-node@v4
12
12
with :
13
- node-version : " 14.x "
13
+ node-version : " 22 "
14
14
- name : Cache NPM dependencies
15
15
uses : actions/cache@v4
16
16
with :
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"]
12
- exclude :
13
- # https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow#excluding-matrix-configurations
14
- - os : macos-latest
15
- node-version : 14.x
11
+ node-version : ["18", "20", "22"]
16
12
fail-fast : false
17
13
steps :
18
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
19
15
- name : Use Node.js ${{ matrix.node-version }}
20
16
uses : actions/setup-node@v4
21
17
with :
38
34
strategy :
39
35
matrix :
40
36
os : [ubuntu-latest]
41
- node-version : ["14.x "]
37
+ node-version : ["22 "]
42
38
steps :
43
- - uses : actions/checkout@v2
39
+ - uses : actions/checkout@v4
44
40
- name : Use Node.js ${{ matrix.node-version }}
45
41
uses : actions/setup-node@v4
46
42
with :
Original file line number Diff line number Diff line change 45
45
"mocha" : " ^10.4.0"
46
46
},
47
47
"engines" : {
48
- "node" : " >=14 "
48
+ "node" : " >=18 "
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments