From 1c1c3fd8325932c07ad82a3d8a38f0ebfa09524a Mon Sep 17 00:00:00 2001 From: Woody Date: Thu, 21 Mar 2024 12:03:35 +0100 Subject: [PATCH] Use npm ci instead of npm install --- .github/workflows/wled-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wled-ci.yml b/.github/workflows/wled-ci.yml index f9ffb6481..ab5c7be37 100644 --- a/.github/workflows/wled-ci.yml +++ b/.github/workflows/wled-ci.yml @@ -37,7 +37,7 @@ jobs: uses: actions/setup-node@v4 with: cache: 'npm' - - run: npm install + - run: npm ci - name: Cache PlatformIO uses: actions/cache@v4 with: