Skip to content

Commit

Permalink
chore: updated actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cybercoder-naj committed Mar 21, 2024
1 parent a4a04c8 commit 01add4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
- uses: oven-sh/setup-bun@v1
with:
node-version: '20.x'
bun-version: latest
registry-url: 'https://registry.npmjs.org'
- run: bun install --frozen-lockfile
- run: npm publish
Expand Down

0 comments on commit 01add4b

Please sign in to comment.