Skip to content

Commit

Permalink
ci: add pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Otto-J committed Oct 16, 2023
1 parent f2e1bbd commit 5b68008
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.8.0

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
cache: "pnpm"

- name: Build plugin
run: |
Expand Down

0 comments on commit 5b68008

Please sign in to comment.