diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 4ccb799d..ff3898f6 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -18,7 +18,9 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 - name: Install - run: npm ci + run: | + npm ci + npm install @rollup/rollup-linux-x64-gnu - name: Build and Deploy env: NODE_ENV: production