Skip to content

Commit 9887560

Browse files
committed
fix: ACNA-3970 - node 24 does not update to latest aio-cli version
due to new npm undocumented behavior
1 parent be9e4d6 commit 9887560

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
@@ -61,7 +61,7 @@
6161
"typescript": "^5.3.3"
6262
},
6363
"engines": {
64-
"node": "^18 || ^20 || ^22"
64+
"node": ">=18"
6565
},
6666
"files": [
6767
"/bin",

0 commit comments

Comments
 (0)