Skip to content

Commit f881fcc

Browse files
chore!: drop EOLed node 18.x support (#287)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
1 parent 57edb65 commit f881fcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- macos-latest
1818
- windows-latest
1919
node-version:
20-
- 18
2120
- 20
2221
- 22
22+
- 24
2323
- latest
2424
name: Node.js ${{ matrix.node-version }} QA on ${{ matrix.os }}
2525
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"pnpm": "10.14.0"
1010
},
1111
"engines": {
12-
"node": ">=18.0.0"
12+
"node": ">=20.0.0"
1313
},
1414
"publishConfig": {
1515
"directory": "package"

0 commit comments

Comments
 (0)