Skip to content

Commit

Permalink
fix: enforce specific NodeJS version (#943)
Browse files Browse the repository at this point in the history
Co-authored-by: Himanshu Dixit <[email protected]>
  • Loading branch information
plxity and himanshu-dixit authored Jan 16, 2025
1 parent 4e0321e commit be2ad33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,9 @@
},
"publishConfig": {
"access": "public"
},
"engineStrict": true,
"engines": {
"node": ">=18.0.0"
}
}

0 comments on commit be2ad33

Please sign in to comment.