From 7cdb14c812745d9e771667990dce9ab4f5d19b0b Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 16 Apr 2024 19:15:15 +0200 Subject: [PATCH] chore: use the packageManager field from package.json in github action This is the default behavior when the version is not specified, allowing to have the same version without updating it in two places. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caf34d3ca..957d299f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,6 @@ jobs: - uses: actions/checkout@v4 - name: Install pnpm uses: pnpm/action-setup@v3.0.0 - with: - version: 8.6.3 - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v4 with: