From d34ffb2ee110924619f868bfc313959076f8dee4 Mon Sep 17 00:00:00 2001 From: ikoamu Date: Wed, 24 Jan 2024 00:43:04 +0900 Subject: Update npm command in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'action.yml') diff --git a/action.yml b/action.yml index 4c3f96c..dcb344a 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ runs: node-version: "20.x" - name: Install dependencies - run: npm ci + run: npm install shell: bash - name: Generate graphdata.json -- cgit