File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v2
16- - uses : actions/setup-node@v1
16+ - uses : actions/setup-node@v2
1717 - uses : bahmutov/npm-install@v1
1818 - run : npx semantic-release
1919 env :
Original file line number Diff line number Diff line change 2626 - run : git config --global user.name github-actions
2727 - run : git config --global user.email github-actions@github.com
2828 - name : " Use Node.js ${{ matrix.node-version }}"
29- uses : actions/setup-node@v1
29+ uses : actions/setup-node@v2
3030 with :
3131 node-version : " ${{ matrix.node-version }}"
3232 - uses : bahmutov/npm-install@v1
3737 steps :
3838 - uses : actions/checkout@v2
3939 - name : " Use Node.js ${{ matrix.node-version }}"
40- uses : actions/setup-node@v1
40+ uses : actions/setup-node@v2
4141 with :
4242 node-version : " ${{ matrix.node-version }}"
4343 - uses : bahmutov/npm-install@v1
You can’t perform that action at this time.
0 commit comments