diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7788493..8d0d067 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Node ${{ matrix.node }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node }} # Only enable npm cache when a lockfile exists at repo root;