diff options
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 |