diff --git a/.github/workflows/codecov-report.yml b/.github/workflows/codecov-report.yml index e631fdcba..4f59be478 100644 --- a/.github/workflows/codecov-report.yml +++ b/.github/workflows/codecov-report.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: node-version: 18 diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0db25d222..5935edaa7 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: node-version: 18 diff --git a/.github/workflows/long-smoke.yml b/.github/workflows/long-smoke.yml index 0797128b7..5d143c36c 100644 --- a/.github/workflows/long-smoke.yml +++ b/.github/workflows/long-smoke.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: node-version: 18 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 8c43e51ba..c5e6defdb 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: node-version: 18 @@ -31,7 +31,7 @@ jobs: ref: master - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: node-version: 18 diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 9758542a2..14a9d4356 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: node-version: 18 @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: node-version: 18 @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: node-version: 18 @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: node-version: 18 diff --git a/package.json b/package.json index 59f90e719..ca8181c0f 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ }, "engines": { "node": ">=18", - "pnpm": ">=8" + "pnpm": ">=9" }, "pnpm": { "allowedDeprecatedVersions": {