Chore: Upgrade Volta's pinned Node version (#26855)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-08-07 11:52:52 +02:00
committed by GitHub
parent b1ddbaa395
commit 9c81c7aa44

View File

@@ -302,6 +302,6 @@
"node": ">=12 <13"
},
"volta": {
"node": "12.18.0"
"node": "12.18.3"
}
}