diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml index e1e6d5b373..3e011e7680 100644 --- a/.github/workflows/vrt.yml +++ b/.github/workflows/vrt.yml @@ -22,7 +22,7 @@ jobs: node-version: '18' cache: 'npm' - name: Install project dependencies - run: npm install + run: npm ci - name: Bootstrap project run: npm run bootstrap - name: Build Storybook examples