diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4613053..4c4a4f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,8 @@ jobs: node-version: [^14.19, ^16.15, ^18, ^20, ^22] os: [ubuntu-latest, windows-latest] steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - if: runner.os == 'Windows' && matrix.node-version == '^22' @@ -29,7 +29,7 @@ jobs: run: npm install --global npm@^8 - run: npm install --no-audit - run: npm test - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v4 with: files: coverage/lcov.info name: ${{ matrix.os }}/${{ matrix.node-version }}