Skip to content

Commit 79a2b38

Browse files
committed
Fix package.json engines range
Thanks: Eric Cornelissen (@ericcornelissen) Reference: #107 (comment)
1 parent b253a41 commit 79a2b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"posttest": "aud --production"
4949
},
5050
"engines": {
51-
"node": "^20.20 || ^22.22 || ^24.14 || >= 25.4"
51+
"node": "^20.20 || ^22.22 || ^24.13 || >= 25.4"
5252
}
5353
}

0 commit comments

Comments
 (0)