Skip to content

Commit d51b6ca

Browse files
committed
fix!: require node.js >=18
1 parent 7c86411 commit d51b6ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
test:
1818
uses: voxpelli/ghatemplates/.github/workflows/test-pg.yml@main
1919
with:
20-
node-versions: '16,18,20'
20+
node-versions: '18,20,22'
2121
os: 'ubuntu-latest'
2222
pg-versions: '9.6,12,13'

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"pg": "^8.8.0"
1818
},
1919
"engines": {
20-
"node": ">=16.0.0"
20+
"node": "^18.18.0 || ^20.9.0 || >=22.0.0"
2121
},
2222
"main": "index.js",
2323
"files": [
2424
"index.js",
2525
"table.sql"
2626
],
2727
"scripts": {
28-
"check:installed-check": "installed-check -i @voxpelli/eslint-config -i eslint -i knip -i installed-check",
28+
"check:installed-check": "installed-check",
2929
"check:knip": "knip",
3030
"check:lint": "eslint",
3131
"check:tsc": "tsc",

0 commit comments

Comments
 (0)