Skip to content

Commit

Permalink
Fix engines.node property to require node 18+
Browse files Browse the repository at this point in the history
  • Loading branch information
ruimarinho committed Sep 21, 2023
1 parent 015f3ba commit eaeb6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"libsaml/xmldom": "npm:@xmldom/xmldom@^0.8.4"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^>=18.0.0"
},
"scripts": {
"test": "node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js"
Expand Down

0 comments on commit eaeb6b2

Please sign in to comment.