File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 node-version : ["18"]
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 with :
1818 fetch-depth : 1
1919
2323 echo "Base ref: ${{ github.base_ref }}"
2424
2525 - name : Setup Node.js
26- uses : actions/setup-node@v2
26+ uses : actions/setup-node@v3
2727 with :
2828 node-version : ${{ matrix.node-version }}
2929
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v3
1212 - uses : actions/setup-node@v3
1313 with :
14- node-version : 16
14+ node-version : 18
1515
1616 publish-npm :
1717 needs : build
2020 - uses : actions/checkout@v3
2121 - uses : actions/setup-node@v3
2222 with :
23- node-version : 16
23+ node-version : 18
2424 registry-url : https://registry.npmjs.org/
2525 scope : " @smakss"
2626 - run : yarn && yarn generate
3535 - uses : actions/checkout@v3
3636 - uses : actions/setup-node@v3
3737 with :
38- node-version : 16
38+ node-version : 18
3939 registry-url : https://npm.pkg.github.com/
4040 scope : " @smakss"
4141 - run : yarn && yarn generate
You can’t perform that action at this time.
0 commit comments