From 80832a838f40b657c759209c2538df44266b2025 Mon Sep 17 00:00:00 2001 From: Klaus Reimer Date: Sun, 31 Dec 2023 14:13:15 +0100 Subject: [PATCH] Update CI Node.js versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d26cae..2e6e2dd 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 }} @@ -21,7 +21,7 @@ jobs: - name: Build API Doc run: npm run doc - name: Deploy API Doc - 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.3.3 with: branch: gh-pages