Skip to content

Commit aa2177a

Browse files
committed
Change minimum node.js version (>=18)
1 parent 4e25844 commit aa2177a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
node: ['16.x', '18.x', '20.x', '22.x']
17+
node: ['18.x', '20.x', '22.x']
1818
os: [ubuntu-latest, windows-latest, macOS-11]
1919

2020
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"src"
2525
],
2626
"engines": {
27-
"node": ">=10"
27+
"node": ">=18"
2828
},
2929
"scripts": {
3030
"start": "tsdx watch",

0 commit comments

Comments
 (0)