Skip to content

Commit

Permalink
Merge pull request #108 from ruimarinho/bugfix/node-version
Browse files Browse the repository at this point in the history
Fix engines.node version constraint
  • Loading branch information
ruimarinho authored Dec 20, 2023
2 parents 3967022 + 09f6d1a commit a3446e2
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": "^>=18.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 a3446e2

Please sign in to comment.