File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 name : Build and test
88 steps :
9- - uses : actions/checkout@v2
10- - uses : actions/setup-node@v1
9+ - uses : actions/checkout@v3
10+ - uses : actions/setup-node@v3
1111 with :
12- node-version : " 18.x"
12+ node-version : ' 18.x'
1313 - name : Get yarn cache directory path
1414 id : yarn-cache-dir-path
1515 run : echo "::set-output name=dir::$(yarn cache dir)"
16- - uses : actions/cache@v1
16+ - uses : actions/cache@v3
1717 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
1818 with :
1919 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
2828 - name : Coveralls
2929 uses : coverallsapp/github-action@v1
3030 with :
31- github-token : ${{ secrets.GITHUB_TOKEN }}
31+ github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments