File tree Expand file tree Collapse file tree 1 file changed +7
-15
lines changed
Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change 77jobs :
88 auto-update :
99 name : Automated benchmarks update
10- runs-on : Ubuntu-20.04
10+ runs-on : ubuntu-latest
1111
1212 steps :
1313 - uses : actions/checkout@v4
1414 with :
1515 ref : ${{ github.head_ref }}
16+
1617 - uses : actions/setup-node@v4
1718 with :
18- node-version : ' 18.x'
19- - uses : actions/cache@v4
20- id : yarn-cache
21- with :
22- path : |
23- node_modules
24- */*/node_modules
25- key : ${{ runner.os }}-install-${{ hashFiles('**/yarn.lock') }}
26- - run : yarn install
27- if : ${{ steps.yarn-cache.outputs.cache-hit != 'true' }}
19+ node-version : " 20.x"
20+ cache : " yarn"
2821
29- - run : yarn install --prefers-offline
30- if : ${{ steps.yarn-cache.outputs.cache-hit == 'true' }}
22+ - run : yarn install --frozen-lockfile
3123
3224 - name : Bump patch
3325 run : npm version patch --no-git-tag-version
@@ -39,13 +31,13 @@ jobs:
3931 - name : Build final result
4032 run : yarn build
4133
42- - uses : JS-DevTools/npm-publish@v1
34+ - uses : JS-DevTools/npm-publish@v3
4335 with :
4436 token : ${{ secrets.NPM_TOKEN }}
4537 access : public
4638
4739 - name : Push Changes
48- uses : stefanzweifel/git-auto-commit-action@v4
40+ uses : stefanzweifel/git-auto-commit-action@v5
4941 with :
5042 commit_message : Automated weekly update of the benchmark.
5143 skip_dirty_check : true
You can’t perform that action at this time.
0 commit comments