Skip to content

Commit a34f857

Browse files
committed
fix: Build fixing
1 parent 21d9ac0 commit a34f857

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

.github/workflows/publish.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '18.x'
14+
node-version: '20.x'
1515
registry-url: 'https://registry.npmjs.org'
16-
- run: npm ci
16+
- run: pnpm install
17+
- run: pnpm test
1718
- run: npm publish --provenance --access public
1819
env:
1920
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

pnpm-lock.yaml

+2-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)