diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-24 00:43:04 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-24 00:43:04 +0900 |
commit | d34ffb2ee110924619f868bfc313959076f8dee4 (patch) | |
tree | c505f05b9d1fc02c2cacd36124205a88ea60fb7a /action.yml | |
parent | acb32deefcb957bd2ada4cae3305854306f9edef (diff) |
Update npm command in action.yml
Diffstat (limited to 'action.yml')
-rw-r--r-- | action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ runs: node-version: "20.x" - name: Install dependencies - run: npm ci + run: npm install shell: bash - name: Generate graphdata.json |