diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ff22a73..cbc52a5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,8 +33,8 @@ jobs: run: | npm ci # package-lock.json was generated on macOS and is missing Linux native bindings - # Install the parcel watcher binding needed by tailwindcss - npm install --no-save --force @parcel/watcher-linux-x64-glibc@2.5.1 + # Install bindings needed by tailwindcss + npm install --no-save --force @parcel/watcher-linux-x64-glibc@2.5.1 lightningcss-linux-x64-gnu@1.30.2 - name: Build run: npm run build