Skip to content

Commit

Permalink
ci: Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Douile committed Nov 9, 2023
1 parent b8e6687 commit d9a8b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: bot/package_lock.json
cache-dependency-path: bot/package-lock.json
- name: Use python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit d9a8b2e

Please sign in to comment.