diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b70d719..b4f58b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: cache: npm - name: Install npm dependencies - run: npm ci + run: npm i - name: Run unit tests run: npm run test:ci diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7fab4b3..5b3e981 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: cache: npm - name: Install npm dependencies - run: npm ci + run: npm i - name: Lint run: npm run lint