diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e555230..97fef4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - name: checkout uses: actions/checkout@main