Skip to content

Commit

Permalink
Merge pull request #16 from davidchalifoux/main
Browse files Browse the repository at this point in the history
Add pnpm
  • Loading branch information
davidchalifoux authored Apr 11, 2024
2 parents 5cc58a0 + 3cc9e7c commit 571af1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
node-version: lts/*
cache: "pnpm"

- name: setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 571af1a

Please sign in to comment.