From ddca0228f2a44f894b30ed502aa999fb1d3f81be Mon Sep 17 00:00:00 2001 From: Pratik Kumar Singh <56654568+singh-pk@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:48:01 +0530 Subject: [PATCH] fix: Updated pnpm and node version in release.yml (#120) * fix: Updated pnpm and node version in release.yml * Updated pnpm/action-setup to version 4 * Removed packageManager field from package.json --- .github/workflows/release.yml | 10 +++++----- package.json | 3 +-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5aa0c15d..0ddf9a9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,15 +17,15 @@ jobs: fetch-depth: 0 ref: main - - name: Setup pnpm 8 - uses: pnpm/action-setup@v2 + - name: Setup pnpm 9 + uses: pnpm/action-setup@v4 with: - version: 8.6.9 + version: 9.3.0 - - name: Setup Node.js 20.x + - name: Setup Node.js 18.x uses: actions/setup-node@v2 with: - node-version: 20.x + node-version: 18.x - name: Install Dependencies 🔧 run: pnpm i diff --git a/package.json b/package.json index 851a97df..bdc3162d 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,5 @@ "turbo": "latest", "typescript": "4.7" }, - "packageManager": "pnpm@7.15.0", "name": "apsara" -} \ No newline at end of file +}