From 1c4ad81942215b3d122b8fbd47d5ea234c9d685d Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Mon, 9 Sep 2024 17:08:57 +0200 Subject: [PATCH] Set the packageManager field --- .github/workflows/ci.yml | 5 ----- package.json | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbce4ff5..ad943dba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,6 @@ on: env: NODE_VERSION: 18 - PNPM_VERSION: 9 jobs: lint: @@ -21,8 +20,6 @@ jobs: - name: Set up pnpm uses: pnpm/action-setup@v4 - with: - version: ${{ env.PNPM_VERSION }} - name: Use Node.js ${{ env.NODE_VERSION }} uses: actions/setup-node@v4 @@ -47,8 +44,6 @@ jobs: - name: Set up pnpm uses: pnpm/action-setup@v4 - with: - version: ${{ env.PNPM_VERSION }} - name: Use Node.js ${{ env.NODE_VERSION }} uses: actions/setup-node@v4 diff --git a/package.json b/package.json index 7cd8ae52..98fa05a9 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "@changesets/get-github-info": "^0.6.0", "update-workspace-root-version": "^1.0.0" }, + "packageManager": "pnpm@9.9.0", "engines": { "node": "18.* || >= 20", "pnpm": ">= 9"