Skip to content

Commit

Permalink
Merge pull request #25 from vordgi/nic-24
Browse files Browse the repository at this point in the history
nic-24 add install pnpm step to workflow
  • Loading branch information
vordgi committed Apr 10, 2024
2 parents b637c78 + a24675a commit f8ed655
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ jobs:
with:
node-version: '20'

- name: Install dependencies and build
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8

- name: Build package
run: |
pnpm install
pnpm package run build
cp README.md ./package
cp LICENSE ./package
Expand Down

0 comments on commit f8ed655

Please sign in to comment.