1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-08 12:02:33 +01:00

Bump node and npm versions

This commit is contained in:
Allan Wang 2022-09-15 20:50:21 -07:00
parent f97ba133e0
commit 62914bd55a
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56

View File

@ -208,8 +208,8 @@ android {
}
node {
version = '13.8.0'
npmVersion = '6.13.7'
version = '17.0.1'
npmVersion = '8.19.2'
download = true
nodeModulesDir = file("${project.projectDir}/src/web")
}