diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 350dfe4..13f727b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 16.x, 18.x ] + node-version: [ 18.x, 20.x ] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -19,7 +19,7 @@ jobs: - name: Build Site run: npm run site - name: Deploy Site - if: ${{ github.ref == 'refs/heads/main' && matrix.node-version == '18.x' }} + if: ${{ github.ref == 'refs/heads/main' && matrix.node-version == '20.x' }} uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages