diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af048f3..3e06b3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Install pnpm and Node.js - uses: pnpm/setup@4700d737c3d7a2e7199f3d42a920f0bf7f34e411 # v2 + uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2 with: runtime: node@24 cache: true diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index cd41035..07dbf42 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Install pnpm and Node.js - uses: pnpm/setup@4700d737c3d7a2e7199f3d42a920f0bf7f34e411 # v2 + uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2 with: runtime: node@24 cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ad6ef4..d06b4e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Install pnpm and Node.js - uses: pnpm/setup@4700d737c3d7a2e7199f3d42a920f0bf7f34e411 # v2 + uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2 with: runtime: node@24 cache: true