Skip to content

Commit 7fa24ea

Browse files
committed
fix: build
1 parent 806eeb0 commit 7fa24ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ group = 'ch.xxx'
1919
version = '0.0.1-SNAPSHOT'
2020

2121
node {
22-
version = '22.16.0'
23-
npmVersion = '10.9.2' // Gewünschte NPM Version
22+
version = '24.16.0'
23+
npmVersion = '11.13.0' // Gewünschte NPM Version
2424
download = true // Lädt Node/NPM automatisch herunter
2525
nodeProjectDir = file("${project.projectDir}/src/angular")
2626
}

0 commit comments

Comments
 (0)