diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index def6811..4f912fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,8 @@ jobs: with: node-version: 20.x cache: npm + - name: Install Docker + run: apt update && apt install docker.io -y - run: npm ci - run: npm run build - run: npm run format-check