diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51387df..4ba4faa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,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;