Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masaya48 committed Feb 16, 2024
1 parent 07cef46 commit af2d04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ runs:
path: |
node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package-lock.json') }}
- run: npn ci
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
shell: bash

0 comments on commit af2d04e

Please sign in to comment.