Skip to content

Commit

Permalink
fix: Build fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
pigri committed Mar 17, 2024
1 parent 21d9ac0 commit a34f857
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: pnpm install
- run: pnpm test
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
20 changes: 2 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a34f857

Please sign in to comment.