There was an error while loading. Please reload this page.
1 parent 0946269 commit 905f83eCopy full SHA for 905f83e
1 file changed
.github/workflows/gh-pages-deploy.yaml
@@ -61,7 +61,7 @@ jobs:
61
62
- uses: actions/setup-node@v4
63
with:
64
- node-version: 22
+ node-version: 24
65
cache: yarn
66
cache-dependency-path: doc/docusaurus/yarn.lock
67
@@ -78,7 +78,7 @@ jobs:
78
run: yarn build
79
80
- name: Setup Pages
81
- uses: actions/configure-pages@v3
+ uses: actions/configure-pages@v5
82
83
- name: Upload Artifact
84
uses: actions/upload-pages-artifact@v3
0 commit comments