Browse Source

build: use caret for specifying node version to avoid major upgrades automatically (#7297)

pull/7306/head
Aakansha Doshi 2 years ago committed by GitHub
parent
commit
23b24ea5c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -96,7 +96,7 @@ @@ -96,7 +96,7 @@
"vitest-canvas-mock": "0.3.2"
},
"engines": {
"node": ">=18.0.0"
"node": "^18.0.0"
},
"homepage": ".",
"name": "excalidraw",

Loading…
Cancel
Save