diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e3001e3..ae5185b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16, 18, 19] + node-version: [18, 20] steps: - name: Checkout code uses: actions/checkout@v3