Setup pnpm action in release workflow (#181)
This commit is contained in:
parent
4f9c9c2816
commit
70719324f8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/prepare-release.yml
vendored
3
.github/workflows/prepare-release.yml
vendored
|
@ -19,6 +19,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v3
|
||||
- uses: pnpm/action-setup@v2.2.4
|
||||
with:
|
||||
version: 7.5.0
|
||||
- name: Setup Node.js 16 # It was default for Changesets action, check if it can be bumped to v18
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue