diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea7ffdf..a4b7629 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,6 +25,9 @@ jobs: node-version: 20 # node-version-file: .nvmrc + - name: Setup | Node Modules + run: npm ci + - name: Run | Lint run: npm run lint