File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- name : Node.js CI
1+ name : GitHub Pages
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [master]
66
77jobs :
88 gh-pages :
1111 matrix :
1212 node-version : [20.x]
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Use Node.js ${{ matrix.node-version }}
16- uses : actions/setup-node@v3
16+ uses : actions/setup-node@v4
1717 with :
1818 node-version : ${{ matrix.node-version }}
1919 cache : yarn
2222 - run : yarn coverage
2323 - run : yarn build:pages
2424 - name : Publish to gh-pages
25- uses : peaceiris/actions-gh-pages@v3
25+ uses : peaceiris/actions-gh-pages@v4
2626 with :
2727 github_token : ${{ secrets.GITHUB_TOKEN }}
2828 publish_dir : ./gh-pages
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Node.js CI
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [master]
66
77jobs :
88 mirror :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Node.js CI
22
33on :
44 pull_request :
5- branches : [ master, next ]
5+ branches : [master, next]
66
77concurrency :
88 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Node.js CI
22
33on :
44 push :
5- branches : [ master, next ]
5+ branches : [master, next]
66
77jobs :
88 release :
You can’t perform that action at this time.
0 commit comments