We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c86411 commit d51b6caCopy full SHA for d51b6ca
.github/workflows/nodejs.yml
@@ -17,6 +17,6 @@ jobs:
17
test:
18
uses: voxpelli/ghatemplates/.github/workflows/test-pg.yml@main
19
with:
20
- node-versions: '16,18,20'
+ node-versions: '18,20,22'
21
os: 'ubuntu-latest'
22
pg-versions: '9.6,12,13'
package.json
@@ -17,15 +17,15 @@
"pg": "^8.8.0"
},
"engines": {
- "node": ">=16.0.0"
+ "node": "^18.18.0 || ^20.9.0 || >=22.0.0"
"main": "index.js",
23
"files": [
24
"index.js",
25
"table.sql"
26
],
27
"scripts": {
28
- "check:installed-check": "installed-check -i @voxpelli/eslint-config -i eslint -i knip -i installed-check",
+ "check:installed-check": "installed-check",
29
"check:knip": "knip",
30
"check:lint": "eslint",
31
"check:tsc": "tsc",
0 commit comments