Skip to content

Commit

Permalink
align node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Nov 12, 2024
1 parent 39c468e commit ec35535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
strategy:
matrix:
node-version:
- 18.x
- 20.x
- 22.x
- 24.x
mssql-version:
- ^7.0.0
- ^8.0.0
Expand Down Expand Up @@ -45,11 +45,6 @@ jobs:
- name: Wait for databases to be available
run: sleep 10

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"postgrator": "./index.js"
},
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"scripts": {
"lint": "eslint --cache .",
Expand Down

0 comments on commit ec35535

Please sign in to comment.