Skip to content

Commit 69ce1d1

Browse files
authored
Update website.yml
1 parent 9441459 commit 69ce1d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/website.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout
14-
uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
14+
uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 16
17+
node-version: 22
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm ci
2020
- run: npm run website-build
2121
-
2222
name: Deploy to GitHub Pages
2323
if: success()
24-
uses: crazy-max/ghaction-github-pages@v2
24+
uses: crazy-max/ghaction-github-pages@v4
2525
with:
2626
target_branch: gh-pages
2727
build_dir: public

0 commit comments

Comments
 (0)