This repository was archived by the owner on Jul 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v2
1919 - uses : actions/setup-node@v1
2020 with :
21- node-version : 15
21+ node-version : 16
2222 - run : npm ci
2323 - run : npm run lint
2424 test :
2828 - uses : actions/checkout@v2
2929 - uses : actions/setup-node@master
3030 with :
31- node-version : 15
31+ node-version : 16
3232 - run : npm ci
33- - run : npm run test
33+ - run : npm run test:ci
3434 coverage :
3535 needs : [ test ]
3636 if : github.ref == 'refs/heads/main'
4040 - uses : actions/checkout@v2
4141 - uses : actions/setup-node@v1
4242 with :
43- node-version : 15
43+ node-version : 16
4444 - run : npm ci
4545 - uses : paambaati/codeclimate-action@v2.7.5
4646 env :
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v2
1111 - uses : actions/setup-node@v1
1212 with :
13- node-version : 15
13+ node-version : 16
1414 - run : npm ci
1515 - run : npm run lint
1616 test :
2020 - uses : actions/checkout@v2
2121 - uses : actions/setup-node@v1
2222 with :
23- node-version : 15
23+ node-version : 16
2424 - run : npm ci
25- - run : npm run test
25+ - run : npm run test:ci
2626 publish :
2727 needs : [ lint, test ]
2828 name : Build & publish
3131 - uses : actions/checkout@v2
3232 - uses : actions/setup-node@v1
3333 with :
34- node-version : 15
34+ node-version : 16
3535 - run : npm ci
3636 - run : npm run build
3737 - uses : JS-DevTools/npm-publish@v1
Original file line number Diff line number Diff line change 1- 15
1+ 16.12
You can’t perform that action at this time.
0 commit comments