Skip to content

Commit fb9d192

Browse files
committed
chore: update eslint toolchain and bump Node.js requirement to 18.18+
1 parent d52196b commit fb9d192

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node-version: [16.x, 18.x, 20.x]
14+
node-version: [18.x, 20.x, 22.x]
1515

1616
steps:
1717
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"throttle-debounce": "^2.1.0"
8181
},
8282
"engines": {
83-
"node": ">=14.0.0"
83+
"node": ">=18.18.0"
8484
},
8585
"husky": {
8686
"hooks": {

0 commit comments

Comments
 (0)