chore(gradle): update node version for docs site (#5581)

This commit is contained in:
Maggie Hays 2022-08-05 18:03:57 -05:00 committed by GitHub
parent 69aba0beb3
commit 8ac436105e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ node {
}
// Version of node to use.
version = '16.8.0'
version = '16.16.0'
// Version of Yarn to use.
yarnVersion = '1.22.0'