Skip to content

Commit

Permalink
fix: update the npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
arun3528 committed Jul 31, 2023
1 parent 4319f0e commit 55f0d90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-storybook-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 14
- run: npm install
- run: npx npm-install-peers
- run: npm run build
- run: npx semantic-release
Expand Down

0 comments on commit 55f0d90

Please sign in to comment.