зеркало из https://github.com/microsoft/rnx-kit.git
ci: fix publish failing in pnpm mode (#2829)
This commit is contained in:
Родитель
6fc0c70251
Коммит
a1ce872227
|
@ -17,6 +17,10 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: Setup the toolchain
|
||||
uses: ./.github/actions/setup-toolchain
|
||||
with:
|
||||
# `npm pack` fails in pnpm mode when using npm 9+ (bundled with Node 18+)
|
||||
# See also: https://github.com/npm/cli/issues/5007
|
||||
node-version: "16"
|
||||
- name: Install package dependencies
|
||||
run: |
|
||||
yarn
|
||||
|
|
Загрузка…
Ссылка в новой задаче