File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v2
1515 - uses : actions/setup-node@v2
1616 with :
17- node-version : 16
17+ node-version : 20
1818 - run : npm ci
1919 - run : npm test
2020
2828 - uses : actions/checkout@v2
2929 - uses : actions/setup-node@v2
3030 with :
31- node-version : 16
31+ node-version : 20
3232 registry-url : https://npm.pkg.github.com/
3333 - run : npm ci
3434 - run : npm publish
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v2
1212 - uses : actions/setup-node@v2
1313 with :
14- node-version : 16
14+ node-version : 20
1515 - run : npm ci
1616 - run : npm install
1717 - run : npm test
2323 - uses : actions/checkout@v2
2424 - uses : actions/setup-node@v2
2525 with :
26- node-version : 16
26+ node-version : 20
2727 registry-url : https://registry.npmjs.org/
2828 - run : npm ci
2929 - run : npm publish --access public
You can’t perform that action at this time.
0 commit comments