File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 66 - master
77jobs :
88 create_tag :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-22.04
1010 if : " ! contains(github.event.head_commit.message, '[skip ci]')"
1111 strategy :
1212 matrix :
1616 with :
1717 persist-credentials : false
1818 - name : Build files using ${{ matrix.node-version }}
19- uses : actions/setup-node@v1
19+ uses : actions/setup-node@v4
2020 with :
2121 node-version : ${{ matrix.node-version }}
22- - name : Get yarn cache directory path
23- id : yarn-cache-dir-path
24- run : echo "::set-output name=dir::$(yarn cache dir)"
25- - uses : actions/cache@v2
26- id : yarn-cache
27- with :
28- path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
29- key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
30- restore-keys : |
31- ${{ runner.os }}-yarn-
3222 - name : Release new version
3323 id : release
3424 run : |
5343 steps :
5444 - name : Meep
5545 run : |
56- echo "Nothing to do"
46+ echo "Nothing to do"
You can’t perform that action at this time.
0 commit comments