diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c5e1cdb25..44b34ff835 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,7 @@ jobs: node-version: 20 cache: 'npm' - run: npm ci + - run: npm prepare - run: npm run build # v4 download seems to have some flakiness with the download of artifacts so pinning to v3 for now # @see https://github.com/actions/download-artifact/issues/249