Browse Source

build: allow a range of major node versions (#7306)

pull/7307/head
David Luzar 2 years ago committed by GitHub
parent
commit
f8d5c2a1b6
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 - 20.x.x"
},
"homepage": ".",
"name": "excalidraw",

Loading…
Cancel
Save