From 0cc1fd47d1a83d2f9ae574d27a3c889288941c46 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:20:42 +0700 Subject: [PATCH] use overrides option --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f1e721..b711e1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2 - name: Install modules - run: npm ci --legacy-peer-deps + run: npm ci - name: Run ESLint run: npm run lint @@ -61,7 +61,7 @@ jobs: uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2 - name: Install modules - run: npm ci --legacy-peer-deps + run: npm ci - name: Run tests run: npm test