Skip to content

Commit 162cfc9

Browse files
committed
Update engines.node (closes #1182)
1 parent 4897f1b commit 162cfc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"lint": "eslint lib test",
7070
"format": "prettier --write eslint.config.mjs \"{lib,test}/**/*.js\"",
7171
"docs": "remark README.md 'docs/**/*.md' '.github/*.md' -o",
72-
"test": "ava --no-worker-threads && installed-check",
72+
"test": "ava --no-worker-threads && installed-check --ignore ava",
7373
"release": "./bin/release-it.js"
7474
},
7575
"author": {
@@ -135,7 +135,7 @@
135135
"socks": "2.8.3"
136136
},
137137
"engines": {
138-
"node": "^20.9.0 || ^22.0.0"
138+
"node": "^20.9.0 || >=22.0.0"
139139
},
140140
"remarkConfig": {
141141
"plugins": [

0 commit comments

Comments
 (0)