update nodejs/npm

This commit is contained in:
2020-08-11 19:45:38 +02:00
parent b8040ced2c
commit 275b6945cc
2 changed files with 5 additions and 6 deletions

View File

@@ -6,11 +6,10 @@ plugins {
node {
// Version of node to use.
//version = '0.11.10'
version = '13.10.1'
version = '14.8.0'
// Version of npm to use.
npmVersion = '6.14.5'
npmVersion = '6.14.7'
// Version of Yarn to use.
//yarnVersion = '0.16.1'