package.json: Upgrade Volta's Node version (#25209)

* package.json: Upgrade Volta's Node version
This commit is contained in:
Arve Knudsen 2020-06-13 13:13:43 +02:00 committed by GitHub
parent bd8a04a6a5
commit 04e0ee5cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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