1
Fork 0

node12 is EOL (#19451)

* node12 is EOL

* fix lockfile
This commit is contained in:
techknowlogick 2022-04-20 21:17:39 -04:00 committed by GitHub
parent 725731cb6e
commit 225044e656
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": ">= 12.17.0"
"node": ">= 14"
},
"dependencies": {
"@claviska/jquery-minicolors": "2.3.6",