From 0c97e7b7d5aaa0c966ed9dc5a0d45693bc3c9f83 Mon Sep 17 00:00:00 2001 From: Steve Worley Date: Mon, 5 Aug 2024 11:35:45 +1000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61ff033..1602448 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - - run: npm ci + - run: npm install - run: npm run lint:cli - run: npm run lint:src - run: npm run build --if-present