update js libs

This commit is contained in:
2021-04-17 09:11:43 +02:00
parent cc85775887
commit bc8b0d4686
4 changed files with 169 additions and 131 deletions

View File

@@ -6,10 +6,10 @@ plugins {
node {
// Version of node to use.
version = '14.15.5'
version = version_nodejs
// Version of npm to use.
npmVersion = '6.14.9'
// Version of npm to use. Uses the version included in nodejs if not set.
npmVersion = version_npm
// Version of Yarn to use.
//yarnVersion = '0.16.1'