File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
99 test :
10- runs-on : ubuntu-18.04
10+ runs-on : ubuntu-latest
1111
1212 strategy :
1313 matrix :
14- node-version : [10 .x, 12 .x, 14 .x]
14+ node-version : [20 .x, 22 .x, 24 .x]
1515
1616 steps :
17- - uses : actions/checkout@v1
17+ - uses : actions/checkout@v6
1818 - name : Use Node.js ${{ matrix.node-version }}
19- uses : actions/setup-node@v1
19+ uses : actions/setup-node@v6
2020 with :
2121 node-version : ${{ matrix.node-version }}
2222 - run : yarn --frozen-lockfile
2323 - run : yarn jest --ci
2424
2525 lint :
26- runs-on : ubuntu-18.04
26+ runs-on : ubuntu-latest
2727
2828 steps :
29- - uses : actions/checkout@v1
30- - name : Use Node.js 14.x
31- uses : actions/setup-node@v1
29+ - uses : actions/checkout@v6
30+ - name : Use Node.js 24
31+ uses : actions/setup-node@v6
3232 with :
33- node-version : 14 .x
33+ node-version : 24 .x
3434 - run : yarn --frozen-lockfile
3535 - run : yarn lint
You can’t perform that action at this time.
0 commit comments