Skip to content

Commit

Permalink
fix: add a working directory for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 27, 2023
1 parent 2ee6802 commit f2fe51c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/precommitVersionBumps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:

- name: Install npm dev dependencies
run: npm install
working-directory: ./site

- name: Update .pre-commit-config.yaml
run: |
Expand Down

0 comments on commit f2fe51c

Please sign in to comment.