diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 93097c8..08a2aa9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,5 +32,6 @@ jobs: node-version: 18.x cache: 'npm' + - run: npm install - run: npm ci - run: npm test