Skip to content

Commit

Permalink
WIP: try npm install instead ci for regression workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Oct 16, 2023
1 parent cd4c5a3 commit ba64261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: '18'
cache: 'npm'
- name: Install project dependencies
run: npm ci
run: npm install
- name: Bootstrap project
run: npm run bootstrap
- name: Build Storybook examples
Expand Down

0 comments on commit ba64261

Please sign in to comment.