File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
10- - name : Use Node.js
11- uses : actions/setup-node@v1
12- with :
13- node-version : ' 16.x '
14- - run : npm install
15- - run : npm run build
16- - run : npm test
17- env :
18- CI : true
19-
9+ - uses : actions/checkout@v3
10+ - name : Use Node.js
11+ uses : actions/setup-node@v4
12+ with :
13+ node-version : 20
14+ cache : npm
15+ - run : npm install
16+ - run : npm run build
17+ - run : npm test
18+ env :
19+ CI : true
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
15- - uses : actions/setup-node@v3
15+ - uses : actions/setup-node@v4
1616 with :
17- node-version : 14
17+ node-version : 20
1818 registry-url : https://registry.npmjs.org/
1919 cache : npm
2020 - run : npm ci
You can’t perform that action at this time.
0 commit comments