Skip to content

Commit e27056e

Browse files
committed
chore!: require node >=18
1 parent ed94118 commit e27056e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
test:
1818
uses: voxpelli/ghatemplates/.github/workflows/test.yml@main
1919
with:
20-
node-versions: '16,18,20'
20+
node-versions: '18,20,22'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"mocking"
1919
],
2020
"engines": {
21-
"node": ">=16.0.0"
21+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2222
},
2323
"main": "index.js",
2424
"module": "index.mjs",
@@ -65,7 +65,7 @@
6565
"@skypack/package-check": "^0.2.2",
6666
"@types/chai": "^4.3.16",
6767
"@types/mocha": "^10.0.7",
68-
"@types/node": "^16.18.40",
68+
"@types/node": "^18.19.40",
6969
"@types/pino": "^7.0.5",
7070
"@types/sinon": "^17.0.3",
7171
"@types/sinon-chai": "^3.2.12",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@voxpelli/tsconfig/node16.json",
2+
"extends": "@voxpelli/tsconfig/node18.json",
33
"files": [
44
"index.js"
55
],

0 commit comments

Comments
 (0)