Skip to content

Commit

Permalink
Set up pnpm in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Mar 23, 2024
1 parent 4be87ce commit 198d225
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,21 @@ jobs:
packages: write
pull-requests: write
steps:
- name: Clone @api3/contracts
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v4
- name: Set up pnpm
uses: pnpm/action-setup@v3
with:
version: 8

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'pnpm'

- name: Ensure main is present for the commit message preparation
run: |
Expand Down

0 comments on commit 198d225

Please sign in to comment.