update nodejs and npm

This commit is contained in:
2020-11-23 11:25:12 +01:00
parent 0bf4270224
commit 96bf08431f
2 changed files with 4 additions and 4 deletions

View File

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