Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shipjs-manual-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
fetch-depth: 0
ref: master
- name: Setup node 16
- name: Setup node 22
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
registry-url: "https://registry.npmjs.org"
- run: |
if [ -f "yarn.lock" ]; then
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
fetch-depth: 0
ref: master
- name: Setup node 16
- name: Setup node 22
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
registry-url: "https://registry.npmjs.org"
- run: |
if [ -f "yarn.lock" ]; then
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [5.4.3](https://github.com/thomwright/postgres-migrations/compare/v5.4.2...v5.4.3) (2025-07-24)



## [5.4.2](https://github.com/thomwright/postgres-migrations/compare/v5.4.1...v5.4.2) (2023-08-17)


Expand Down
105 changes: 24 additions & 81 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prefabs.tech/postgres-migrations",
"version": "5.4.2",
"version": "5.4.3",
"description": "Stack Overflow style database migrations for PostgreSQL",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
"fit-commit-js": "^0.3.2",
"husky": "^3.1.0",
"prettier": "^2.3.1",
"shipjs": "0.25.1",
"shipjs": "0.27.0",
"sinon": "^9.2.4",
"ts-node": "^10.0.0",
"tslint": "^6.1.3",
Expand Down
Loading