Skip to content

Commit

Permalink
fix: Updated pnpm and node version in release.yml (#120)
Browse files Browse the repository at this point in the history
* fix: Updated pnpm and node version in release.yml

* Updated pnpm/action-setup to version 4

* Removed packageManager field from package.json
  • Loading branch information
singh-pk authored Jul 4, 2024
1 parent 99573ec commit ddca022
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@
"turbo": "latest",
"typescript": "4.7"
},
"packageManager": "[email protected]",
"name": "apsara"
}
}

0 comments on commit ddca022

Please sign in to comment.