Chore: Upgrade Node to 12.19.0 (#28168)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-10-12 07:10:50 +02:00
committed by GitHub
parent f393e66a5a
commit a5c03b1772
6 changed files with 7 additions and 7 deletions

View File

@@ -312,6 +312,6 @@
"node": ">=12 <13"
},
"volta": {
"node": "12.18.4"
"node": "12.19.0"
}
}