Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix: restrict nodejs version (nodejs/node#46049)
Browse files Browse the repository at this point in the history
  • Loading branch information
CGQAQ committed Mar 9, 2023
1 parent 24d713f commit 65aa502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -83,6 +83,6 @@
},
"engines": {
"npm": ">=8.11.0",
"node": ">=18.0.0 < 18.13.0"
"node": ">=18.0.0 <18.13.0"
}
}

0 comments on commit 65aa502

Please sign in to comment.