forked from umijs/umi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dep: upgrade to pnpm v8 (umijs#10890)
* dep: upgrade to pnpm v8 * fix: vue types conflicts * ci: try use pnpm/exe version instead of pnpm in node 14.x
- Loading branch information
Showing
6 changed files
with
9,276 additions
and
11,388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,13 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Install pnpm | ||
if: ${{ matrix.node-version != '14.x' }} | ||
uses: pnpm/[email protected] | ||
|
||
- name: Install pnpm (node 14) | ||
if: ${{ matrix.node-version == '14.x' }} | ||
run: npm install -g @pnpm/[email protected] | ||
|
||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
registry=https://registry.npmjs.org/ | ||
strict-peer-dependencies=false | ||
|
||
# Prevent jsx namespace conflicts, because Vue global types will auto install. | ||
# In the future, Vue 3 will fix this issue | ||
# See https://github.com/vuejs/core/blob/main/CHANGELOG.md#features-1 | ||
auto-install-peers=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.