Setup pnpm action in release workflow (#181)

This commit is contained in:
Lukasz Ostrowski 2023-02-15 11:08:22 +01:00 committed by GitHub
parent 4f9c9c2816
commit 70719324f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,9 @@ jobs:
steps: steps:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@v3 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 - name: Setup Node.js 16 # It was default for Changesets action, check if it can be bumped to v18
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with: