Skip to content

Commit 3c65541

Browse files
committed
BREAKING: Require Node.js >=18.6.0
1 parent 2b0b190 commit 3c65541

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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,21'
20+
node-versions: '18,20,21'

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)",
1616
"license": "MIT",
1717
"engines": {
18-
"node": ">=16.0.0"
18+
"node": ">=18.6.0"
1919
},
2020
"type": "module",
2121
"exports": "./index.js",
@@ -51,11 +51,11 @@
5151
"@types/chai-as-promised": "^7.1.7",
5252
"@types/chai-quantifiers": "^1.0.3",
5353
"@types/mocha": "^10.0.3",
54-
"@types/node": "^16.18.59",
54+
"@types/node": "^18.19.24",
5555
"@types/sinon": "^10.0.20",
5656
"@types/sinon-chai": "^3.2.11",
5757
"@voxpelli/eslint-config": "^19.0.0",
58-
"@voxpelli/tsconfig": "^9.0.0",
58+
"@voxpelli/tsconfig": "^11.0.0",
5959
"c8": "^8.0.1",
6060
"chai": "^4.3.10",
6161
"chai-as-promised": "^7.1.1",
@@ -77,7 +77,7 @@
7777
"npm-run-all2": "^6.0.6",
7878
"sinon": "^17.0.0",
7979
"sinon-chai": "^3.7.0",
80-
"type-coverage": "^2.27.0",
81-
"typescript": "~5.2.2"
80+
"type-coverage": "^2.27.1",
81+
"typescript": "~5.4.2"
8282
}
8383
}

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)