File tree 2 files changed +5
-17
lines changed
2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
build :
14
-
15
14
runs-on : macOS-latest
16
15
17
- strategy :
18
- matrix :
19
- node-version : [10.x, 12.x]
20
-
21
16
steps :
22
- - uses : actions/checkout@v2
23
- - name : Use Node.js ${{ matrix.node-version }}
24
- uses : actions/setup-node@v1
17
+ - uses : actions/checkout@v3
18
+ - uses : actions/setup-node@v4
25
19
with :
26
- node-version : ${{ matrix.node-version }}
20
+ node-version : 23
27
21
- run : npm ci
28
22
- run : npm run lint
29
23
- run : npm test
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
build :
12
-
13
12
runs-on : macOS-latest
14
13
15
- strategy :
16
- matrix :
17
- node-version : [10.x]
18
-
19
14
steps :
20
15
- uses : actions/checkout@v2
21
- - name : Use Node.js ${{ matrix.node-version }}
22
- uses : actions/setup-node@v1
16
+ - uses : actions/setup-node@v4
23
17
with :
24
- node-version : ${{ matrix.node-version }}
18
+ node-version : 23
25
19
- run : npm ci
26
20
- uses : paambaati/codeclimate-action@v2.6.0
27
21
env :
You can’t perform that action at this time.
0 commit comments