File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 - name : Install Node
1818 uses : actions/setup-node@v1
1919 with :
20- node-version : 12
20+ node-version : 16
2121
2222 - name : NPM Install
2323 run : npm i
Original file line number Diff line number Diff line change 2929 - name : Install Node
3030 uses : actions/setup-node@v1
3131 with :
32- node-version : 12
32+ node-version : 16
3333 registry-url : https://registry.npmjs.org/
3434
3535 - name : NPM Install
5656 - name : Install Node
5757 uses : actions/setup-node@v1
5858 with :
59- node-version : 12
59+ node-version : 16
6060 registry-url : https://npm.pkg.github.com
6161 scope : ' @open-template-hub'
6262
Original file line number Diff line number Diff line change 2222 - name : Install Node
2323 uses : actions/setup-node@v1
2424 with :
25- node-version : 12
25+ node-version : 16
2626
2727 - name : Bump Version and Create Tag
2828 uses : phips28/gh-action-bump-version@master
You can’t perform that action at this time.
0 commit comments