From: Jérôme Benoit Date: Fri, 4 Apr 2025 11:17:49 +0000 (+0200) Subject: chore!: drop node 18.x.x support X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b5a9d39f1d06fa9d41344f6f1519317b4c521e88;p=poolifier.git chore!: drop node 18.x.x support Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df1595602..f83b834b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['18.x', '20.x', '22.x', 'latest'] + node: ['20.x', '22.x', 'latest'] name: Node.js ${{ matrix.node }} on ${{ matrix.os }} diff --git a/eslint.config.js b/eslint.config.js index 35a8cfeaf..0e36b4a33 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -56,6 +56,7 @@ export default defineConfig([ languageOptions: { parserOptions: { projectService: true, + // eslint-disable-next-line n/no-unsupported-features/node-builtins tsconfigRootDir: import.meta.dirname, }, }, diff --git a/package.json b/package.json index e15321006..df4c224ff 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "postpublish": "rm -rf ./package" }, "engines": { - "node": ">=18.0.0", + "node": ">=20.11.0", "pnpm": ">=9.0.0" }, "volta": {