Skip to content

Commit

Permalink
setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Dec 14, 2024
1 parent 004c941 commit f1a6623
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: "20"

- uses: pnpm/action-setup@v4

- run: git submodule init && git submodule update

- run: make patch-upstream lib-build

- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit f1a6623

Please sign in to comment.