diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1095184..418bef3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Use Node.js ${{ env.DEFAULT_NODE_VERSION }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ env.DEFAULT_NODE_VERSION }} - name: Enable corepack @@ -48,7 +48,7 @@ jobs: - 22.x steps: - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} - name: Enable corepack