Skip to content

Commit f5f0764

Browse files
committed
Switch to npm
1 parent 31dab54 commit f5f0764

File tree

3 files changed

+4295
-2676
lines changed

3 files changed

+4295
-2676
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
node-version: '20.x'
1313
registry-url: 'https://registry.npmjs.org'
14-
- run: pnpm install
14+
- run: npm ci
1515
- run: npm publish
1616
env:
1717
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)