diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index a2799d7..02d6f8e 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -11,18 +11,18 @@ jobs: strategy: matrix: - node-version: [14.x, 15.x, 16.x, 18.x] + node-version: [20.x, 21.x, 22.x] steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: # Fine-grained PAT with contents:write and workflows:write # scopes token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}