Skip to content

Commit

Permalink
Update npm deps, node (#2251)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Nov 29, 2021
1 parent 3566dff commit 7f12b6e
Show file tree
Hide file tree
Showing 6 changed files with 16,379 additions and 13,622 deletions.
4 changes: 2 additions & 2 deletions plugins/base/frontend/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
id("com.github.node-gradle.node") version "3.1.0"
id("com.github.node-gradle.node") version "3.1.1"
}

node {
version.set("12.18.2")
version.set("16.13.0")
download.set(true)
}

Expand Down
Loading

0 comments on commit 7f12b6e

Please sign in to comment.