From 736fde992e3b89564499ae84953420fec2c74cd8 Mon Sep 17 00:00:00 2001 From: Tim Nolet Date: Wed, 29 Nov 2023 17:00:16 +0100 Subject: [PATCH] ci: use npm ci [sc-00] (#947) --- .github/workflows/checkly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkly.yml b/.github/workflows/checkly.yml index e7585dc62..84c003fdd 100644 --- a/.github/workflows/checkly.yml +++ b/.github/workflows/checkly.yml @@ -26,7 +26,7 @@ jobs: node-version-file: '.nvmrc' - name: Install dependencies # GH actions runs NPM 6. Somehow NPM CI fails with Cannot read property 'babel-core' of undefined - run: npm install --no-save + run: npm ci - name: Validate checkly config run: npm run checkly:deploy -- --preview - name: Run checks