1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-21 08:08:14 +00:00

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
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

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