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

This commit is contained in:
Aakansha Doshi
2023-11-16 16:18:38 +05:30
committed by GitHub
parent a528769b68
commit 23b24ea5c3

View File

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