diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8c1095b..7b2680a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - - run: npm ci + - run: npm install - run: npm run build lint: @@ -33,5 +33,5 @@ jobs: uses: actions/setup-node@v3 with: node-version: 14.x - - run: npm ci + - run: npm install - run: npm run lint