File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14-
1514 runs-on : macOS-latest
1615
17- strategy :
18- matrix :
19- node-version : [10.x, 12.x]
20-
2116 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
2519 with :
26- node-version : ${{ matrix.node-version }}
20+ node-version : 23
2721 - run : npm ci
2822 - run : npm run lint
2923 - run : npm test
Original file line number Diff line number Diff line change 99
1010jobs :
1111 build :
12-
1312 runs-on : macOS-latest
1413
15- strategy :
16- matrix :
17- node-version : [10.x]
18-
1914 steps :
2015 - uses : actions/checkout@v2
21- - name : Use Node.js ${{ matrix.node-version }}
22- uses : actions/setup-node@v1
16+ - uses : actions/setup-node@v4
2317 with :
24- node-version : ${{ matrix.node-version }}
18+ node-version : 23
2519 - run : npm ci
2620 - uses : paambaati/codeclimate-action@v2.6.0
2721 env :
You can’t perform that action at this time.
0 commit comments