Skip to content

Commit

Permalink
fix(CI/CD): fixed deps while running actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Scorpi-ON committed Jan 8, 2025
1 parent c078024 commit bc46a71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: '23'

- name: Install dependencies
run: npm ci --omit dev
run: npm install --omit dev

- name: Build project
run: npm run build
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc46a71

Please sign in to comment.