Chore: Support Volta in package.json (#22849)

This commit is contained in:
Arve Knudsen 2020-03-17 22:08:32 +01:00 committed by GitHub
parent 756ad3142c
commit 3fcbc18002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,5 +296,8 @@
},
"engines": {
"node": ">=12 <13"
},
"volta": {
"node": "12.16.1"
}
}