File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 - run : npm test
2828 - run : npm run build
2929 - name : Save build
30- if : matrix.node-version == '14 .x'
30+ if : matrix.node-version == '16 .x'
3131 uses : actions/upload-artifact@v2
3232 with :
3333 name : build
4545 name : build
4646 - uses : actions/setup-node@v1
4747 with :
48- node-version : 14 .x
48+ node-version : 16 .x
4949 - uses : rlespinasse/github-slug-action@v3.x
5050 - name : Append commit hash to package version
5151 run : ' sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
6565 name : build
6666 - uses : actions/setup-node@v1
6767 with :
68- node-version : 14 .x
68+ node-version : 16 .x
6969 - name : Disable pre- and post-publish actions
7070 run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
7171 - uses : JS-DevTools/npm-publish@v1
You can’t perform that action at this time.
0 commit comments