Skip to content

Commit

Permalink
Merge pull request #7 from bchainhub/update/publish-01
Browse files Browse the repository at this point in the history
Publishing
  • Loading branch information
rastislavcore authored Oct 23, 2023
2 parents 8ed3e94 + cb1e381 commit 8b21e88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Install & Build 🔧
run: npm ci && npm run build
run: npm i && npm run build
- name: Publish package on NPM 📦
run: npm publish --access public
env:
Expand Down

0 comments on commit 8b21e88

Please sign in to comment.