diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef9ecdad..99498799 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - node: ['20.x', '22.x'] + node: ['22.x', '24.x'] steps: - name: Checkout 🛎 uses: actions/checkout@v4 @@ -46,7 +46,7 @@ jobs: run: yarn generate - name: Deploy uses: peaceiris/actions-gh-pages@v4 - if: ${{ github.event_name == 'push' && matrix.node == '20.x' }} + if: ${{ github.event_name == 'push' && matrix.node == '24.x' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist