Skip to content

Commit

Permalink
Angular -> 18
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmccormackbconline committed Jun 17, 2024
1 parent 68842ac commit 71d2493
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 33,889 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ runs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jar { enabled = false }

// Node/NPM
node {
version = '16.13.1'
version = '22.2.0'
download = true
nodeModulesDir = file('ui')
}
task npmBuild(type: NpmTask, dependsOn: npmInstall) {
npmCommand = ['run', 'build-prod']
}
processResources.dependsOn(npmBuild)
//test.dependsOn(npm_test)
test.dependsOn(npm_test)
sourceSets { main.resources.srcDirs 'ui/dist' }
clean { delete 'ui/dist' }

Expand Down
1 change: 1 addition & 0 deletions ui/.node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22.2.0
Loading

0 comments on commit 71d2493

Please sign in to comment.