Skip to content

Commit

Permalink
Upgrade pnpm to v9 (#2301)
Browse files Browse the repository at this point in the history
* Initial commit

* Update ci

* Update ci

* remove deprecated sub dependencies

* Specify exact version in ci
  • Loading branch information
shrshindeMSFT authored and alexneyman-MSFT committed May 9, 2024
1 parent f5c6a5b commit a6d68fc
Show file tree
Hide file tree
Showing 9 changed files with 8,927 additions and 7,223 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8.15.6
version: 9.0.6
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Install pnpm
run: npm install -g pnpm@7.30.1
run: npm install -g pnpm@9.0.6

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following guide references steps to build the entire project including Teams

Please look through our [Contributing Guide](CONTRIBUTING.md) for important details on how to submit a pull request and contribute to this repository.

NOTE: Make sure `pnpm@7.30.1` or greater is installed as a global tool, by running `npm install -g pnpm`.
NOTE: Make sure `pnpm@9.0.6` or greater is installed as a global tool, by running `npm install -g pnpm@9.0.6`.

TIP: whenever building or testing the Teams client library, you can run `pnpm build` or `pnpm test` from the `packages/teams-js` directory.

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"author": "Microsoft Teams",
"engines": {
"pnpm": ">=7.30.1",
"pnpm": ">=9.0.6",
"node": ">=18.0.0"
},
"scripts": {
Expand Down Expand Up @@ -106,6 +106,7 @@
"express": "^4.19.2",
"follow-redirects": "^1.15.6",
"glob-parent": "^5.1.2",
"jsdom": "^24.0.0",
"ip": ">=1.1.9",
"lodash": "^4.17.21",
"merge": "^2.1.1",
Expand Down
Loading

0 comments on commit a6d68fc

Please sign in to comment.