diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index a8bf998..c5ac496 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -11,17 +11,17 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 22 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run website-build - name: Deploy to GitHub Pages if: success() - uses: crazy-max/ghaction-github-pages@v2 + uses: crazy-max/ghaction-github-pages@v4 with: target_branch: gh-pages build_dir: public