diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index def6811..3f0e0d7 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 install docker.io - run: npm ci - run: npm run build - run: npm run format-check