node12 is EOL (#19451)

* node12 is EOL

* fix lockfile
tokarchuk/v1.17
techknowlogick 2 years ago committed by GitHub
parent 725731cb6e
commit 225044e656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/config.yaml
  2. 2
      package-lock.json
  3. 2
      package.json

@ -21,7 +21,7 @@ params:
version: 1.16.6 version: 1.16.6
minGoVersion: 1.17 minGoVersion: 1.17
goVersion: 1.18 goVersion: 1.18
minNodeVersion: 12.17 minNodeVersion: 14
outputs: outputs:
home: home:

2
package-lock.json generated

@ -59,7 +59,7 @@
"updates": "13.0.4" "updates": "13.0.4"
}, },
"engines": { "engines": {
"node": ">= 12.17.0" "node": ">= 14"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {

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

Loading…
Cancel
Save