mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-28 20:11:48 -04:00
ci: add npm version check and comment explaining npm dependency
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -81,9 +81,12 @@ jobs:
|
||||
- name: Setup Node
|
||||
run: pnpm env use -g ${{ join(matrix.node, '.') }}
|
||||
timeout-minutes: 1
|
||||
# npm is needed for preparing git-hosted dependencies (e.g. in dlx tests)
|
||||
- name: Install npm@8
|
||||
run: pnpm add --global npm@8
|
||||
timeout-minutes: 1
|
||||
- name: Verify npm
|
||||
run: npm --version
|
||||
- name: pnpm install
|
||||
run: pnpm install
|
||||
timeout-minutes: 3
|
||||
|
||||
Reference in New Issue
Block a user