From 99e7696f549aa486be632b8782c765e744801b83 Mon Sep 17 00:00:00 2001 From: JeanneGrenet <77801791+JeanneGrenet@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:48:00 +0200 Subject: [PATCH] fix: update pnpm github action version (#7) * fix: update pnpm github action version * fix: update pnpm version --- .github/workflows/ci.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6169ebe..f8ea673 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,9 @@ jobs: with: fetch-depth: 2 - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v4 with: - version: 8.14.0 + version: 9.0.0 - name: Setup Node.js environment uses: actions/setup-node@v3 diff --git a/package.json b/package.json index 116df73..d1dae0b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "prettier": "3.1.0", "turbo": "1.11.3" }, - "packageManager": "pnpm@8.9.0", + "packageManager": "pnpm@9.0.0", "engines": { "node": ">=18" },