From 7537c3bfc580b141e4d97f7e9b864a86598b4d93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 01:58:54 +0000 Subject: [PATCH] chore(deps): update dependency pnpm to v9 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/publish.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ba7d2b6..61c5e7a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: pnpm/action-setup@v4.1.0 with: - version: 8.15.9 + version: 9.15.9 - run: pnpm install - run: npm run lint:git @@ -52,7 +52,7 @@ jobs: - uses: pnpm/action-setup@v4.1.0 with: - version: 8.15.9 + version: 9.15.9 - run: pnpm install - run: npm test @@ -78,7 +78,7 @@ jobs: - uses: pnpm/action-setup@v4.1.0 with: - version: 8.15.9 + version: 9.15.9 - uses: kellyselden/ember-cli-update-action@v7 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7bcfc30b..e40614c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: - uses: pnpm/action-setup@v4.1.0 with: - version: 8.15.9 + version: 9.15.9 - run: pnpm install