File tree Expand file tree Collapse file tree 3 files changed +15
-14
lines changed
Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 steps :
1818 # Set up
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 submodules : true
2323 - name : Setup Node
24- uses : actions/setup-node@v4
24+ uses : actions/setup-node@v6
2525 with :
26- node-version : 20 .x
26+ node-version : 24 .x
2727 registry-url : " https://registry.npmjs.org"
2828
2929 # Prepare for release
5454
5555 # Release to GitHub Packages
5656 - name : Setup Node for GitHub Packages
57- uses : actions/setup-node@v4
57+ uses : actions/setup-node@v6
5858 with :
59- node-version : 20 .x
59+ node-version : 24 .x
6060 registry-url : " https://npm.pkg.github.com"
6161 - name : Publish package on GitHub Packages
6262 run : cd out && npm publish --access public --tag ${{ steps.dist-tag.outputs.dist-tag }}
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 # Set up
1414
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919 fetch-tags : true
2020 - name : Setup Node
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@v6
2222 with :
23- node-version : 20 .x
23+ node-version : 24 .x
2424
2525 - name : Install npm dependencies
2626 run : |
3737 run : |
3838 yarn book
3939 - name : Upload website
40- uses : actions/upload-pages-artifact@v3
40+ uses : actions/upload-pages-artifact@v4
4141 with :
4242 path : documentation/book
4343 - name : Deploy to GitHub Pages
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v4
20- - uses : actions/setup-node@v4
19+ - uses : actions/checkout@v6
20+ - uses : actions/setup-node@v6
2121 with :
22- node-version : 20 .x
22+ node-version : 24 .x
2323 cache : yarn
2424
2525 - name : Install
@@ -52,12 +52,13 @@ jobs:
5252 - 18.x
5353 - 20.x
5454 - 22.x
55+ - 24.x
5556
5657 steps :
57- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v6
5859 with :
5960 submodules : true
60- - uses : actions/setup-node@v4
61+ - uses : actions/setup-node@v6
6162 with :
6263 node-version : ${{matrix.node}}
6364 cache : yarn
You can’t perform that action at this time.
0 commit comments