Upgrade Node and NPM

This commit is contained in:
Brian Clozel 2020-11-02 15:21:30 +01:00
parent c74bdf3aad
commit 9653f9cac5
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ group = 'io.spring.docresources'
description = 'Spring Documentation Resources'
node {
version = '14.12.0'
npmVersion = '6.14.8'
version = '15.0.1'
npmVersion = '7.0.3'
download = true
}