Skip to content

Commit

Permalink
chore(deps): bump postgrator from 7.3.0 to 8.0.0 (#248)
Browse files Browse the repository at this point in the history
* chore(deps): bump postgrator from 7.3.0 to 8.0.0

Bumps [postgrator](https://github.com/rickbergfalk/postgrator) from 7.3.0 to 8.0.0.
- [Changelog](https://github.com/rickbergfalk/postgrator/blob/master/CHANGELOG.md)
- [Commits](rickbergfalk/postgrator@v7.3.0...v8.0.0)

---
updated-dependencies:
- dependency-name: postgrator
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* align node versions

* docker compose action

* oops no node 24

* fix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian Grinblat <[email protected]>
  • Loading branch information
dependabot[bot] and perrin4869 authored Nov 12, 2024
1 parent a566a3c commit 80a0d0e
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 106 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
node-version:
- 18.x
- 20.x
- 22.x
mssql-version:
Expand Down Expand Up @@ -40,22 +39,14 @@ jobs:
run: npm run lint

- name: Start databases
run: docker compose up -d
uses: hoverkraft-tech/compose[email protected]

- name: Wait for databases to be available
run: sleep 10

- name: Debug
run: |
netstat -tulpn
docker ps
- name: Test
run: npm run cover

- name: Stop databases
run: docker compose down

- name: Publish to coveralls.io
uses: coverallsapp/github-action@master
with:
Expand Down
Loading

0 comments on commit 80a0d0e

Please sign in to comment.