Skip to content

Commit

Permalink
changed installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dzgierski19 committed Jun 6, 2024
1 parent 62ea441 commit 5a3fa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node-version: '18'

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

- name: Wait for PostgreSQL to be ready
run: |
Expand Down

0 comments on commit 5a3fa8f

Please sign in to comment.