Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
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 }}
languageOptions: {
parserOptions: {
projectService: true,
+ // eslint-disable-next-line n/no-unsupported-features/node-builtins
tsconfigRootDir: import.meta.dirname,
},
},
"postpublish": "rm -rf ./package"
},
"engines": {
- "node": ">=18.0.0",
+ "node": ">=20.11.0",
"pnpm": ">=9.0.0"
},
"volta": {