Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Commit 0a65ab7

Browse files
committed
chore: Update node to LTS v18.12.0
1 parent 18cf2fd commit 0a65ab7

File tree

2 files changed

+15311
-3023
lines changed

2 files changed

+15311
-3023
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ version = '0.6.0' + (isSnapshot ? '-SNAPSHOT' : '')
1212
sourceCompatibility = '1.8'
1313

1414
node {
15-
version = '12.18.1'
16-
npmVersion = '6.14.5'
15+
version = '18.12.0'
16+
npmVersion = '8.19.2'
1717
download = true
1818
}
1919

0 commit comments

Comments
 (0)