From 1de446aede4d52770de1cf8a87bd9eb10d3e6ffb Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Thu, 26 Jun 2025 23:30:55 +0200 Subject: [PATCH] Use `npm ci` to install dependencies --- .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 ee720fa..be6c62d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,6 +16,6 @@ jobs: with: node-version: 'latest' - name: install dependencies - run: npm install + run: npm ci - name: run tests - run: npm test \ No newline at end of file + run: npm test