From a731701d5a9cc1f7397c934c0b818a0a44e3bd65 Mon Sep 17 00:00:00 2001 From: filzrev <103790468+filzrev@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:31:08 +0900 Subject: [PATCH] chore: change `npm install` command to `npm ci` --- .github/actions/build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 10141d23778..e05a94f47d2 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -13,7 +13,7 @@ runs: 9.x 8.x - - run: npm install + - run: npm ci shell: bash working-directory: templates