Skip to content

Commit

Permalink
Update node and npm to pull in package-lock fix (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad authored Jan 19, 2023
1 parent 11d343e commit 0d5add5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ versioningPluginVersion=1.1.0
# Versions of node and npm to use during the build. If set, these versions
# will be downloaded and used. If not set, the existing local installations will be use
# The version of npm corresponds to the given version of node
npmVersion=8.1.2
nodeVersion=16.13.1
npmVersion=8.19.3
nodeVersion=16.19.0
nodeRepo=https://nodejs.org/dist
# Directory in a project's build directory where the node binary will be placed
nodeWorkDirectory=.node
Expand Down

0 comments on commit 0d5add5

Please sign in to comment.