Skip to content

Commit

Permalink
Merge pull request #48 from fortanix/mkrause/241207-upgrade-dependencies
Browse files Browse the repository at this point in the history
Downgrade to vite v5 (+ dependency bumps)
  • Loading branch information
mkrause authored Dec 7, 2024
2 parents 599c6f4 + a7216f2 commit 38ab04f
Show file tree
Hide file tree
Showing 7 changed files with 795 additions and 435 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm run ci-project
- run: npm ci
#- run: npm run build --if-present
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/deploy_storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
uses: bitovi/[email protected]
with:
path: storybook-static
install_command: npm ci --force
install_command: npm ci
build_command: npm run storybook:build
2 changes: 1 addition & 1 deletion .github/workflows/publish_npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
- run: npm run ci-project
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm publish --provenance --access public
Expand Down
Loading

0 comments on commit 38ab04f

Please sign in to comment.