Browse Source

node12 is EOL (#19451)

* node12 is EOL

* fix lockfile
tags/v1.18.0-dev
techknowlogick 2 years ago
parent
commit
225044e656
No account linked to committer's email address
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      docs/config.yaml
  2. 1
    1
      package-lock.json
  3. 1
    1
      package.json

+ 1
- 1
docs/config.yaml View File

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

outputs:
home:

+ 1
- 1
package-lock.json View File

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

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save