Commit a9c894b9 authored by tre's avatar tre

Set up pnpm in release workflows

parent ef6fd959
...@@ -31,6 +31,11 @@ jobs: ...@@ -31,6 +31,11 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0 fetch-depth: 0
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.5
- name: Setup Node.js 16.x - name: Setup Node.js 16.x
uses: actions/setup-node@master uses: actions/setup-node@master
with: with:
......
...@@ -29,6 +29,11 @@ jobs: ...@@ -29,6 +29,11 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0 fetch-depth: 0
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.5
- name: Setup Node.js 16.x - name: Setup Node.js 16.x
uses: actions/setup-node@master uses: actions/setup-node@master
with: with:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment