Skip to content

Commit

Permalink
ci: fixed npm mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Sep 21, 2023
1 parent 26cf8d4 commit 41ba1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-branch-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
node-version: '18'
cache: 'npm'

- run: npm ci --legacy-peer-deps
- run: npm ci

- name: compile
run: |
Expand Down

0 comments on commit 41ba1ab

Please sign in to comment.