diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd90be9..9013fd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 @@ -29,7 +29,7 @@ jobs: - name: Install run: | - npm ci + npm install - name: Run tests run: |