Skip to content

Commit

Permalink
node12 is EOL (go-gitea#19451)
Browse files Browse the repository at this point in the history
* node12 is EOL

* fix lockfile
  • Loading branch information
techknowlogick authored and AbdulrhmnGhanem committed Aug 23, 2022
1 parent fa8b9ce commit 0cadca1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ params:
version: 1.16.6
minGoVersion: 1.17
goVersion: 1.18
minNodeVersion: 12.17
minNodeVersion: 14

outputs:
home:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": ">= 12.17.0"
"node": ">= 14"
},
"dependencies": {
"@claviska/jquery-minicolors": "2.3.6",
Expand Down

0 comments on commit 0cadca1

Please sign in to comment.