From 6aca1120427c903449f0ce37cc658cd06f22490b Mon Sep 17 00:00:00 2001 From: Florian Kotthoff <74312290+FlorianK13@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:54:15 +0200 Subject: [PATCH] Add installation of rollup #345 --- .github/workflows/test-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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