Skip to content

Commit

Permalink
BREAKING: Require Node.js >=18.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Mar 17, 2024
1 parent 2b0b190 commit 3c65541
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
test:
uses: voxpelli/ghatemplates/.github/workflows/test.yml@main
with:
node-versions: '16,18,20,21'
node-versions: '18,20,21'
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
"node": ">=18.6.0"
},
"type": "module",
"exports": "./index.js",
Expand Down Expand Up @@ -51,11 +51,11 @@
"@types/chai-as-promised": "^7.1.7",
"@types/chai-quantifiers": "^1.0.3",
"@types/mocha": "^10.0.3",
"@types/node": "^16.18.59",
"@types/node": "^18.19.24",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.11",
"@voxpelli/eslint-config": "^19.0.0",
"@voxpelli/tsconfig": "^9.0.0",
"@voxpelli/tsconfig": "^11.0.0",
"c8": "^8.0.1",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
Expand All @@ -77,7 +77,7 @@
"npm-run-all2": "^6.0.6",
"sinon": "^17.0.0",
"sinon-chai": "^3.7.0",
"type-coverage": "^2.27.0",
"typescript": "~5.2.2"
"type-coverage": "^2.27.1",
"typescript": "~5.4.2"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@voxpelli/tsconfig/node16.json",
"extends": "@voxpelli/tsconfig/node18.json",
"files": [
"index.js",
],
Expand Down

0 comments on commit 3c65541

Please sign in to comment.