Skip to content

Commit aea4c11

Browse files
committed
chore: install nodejs and npm to cache
Part of #1656 [skip ci]
1 parent e9d058d commit aea4c11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/populate-maven-cache.yml

+3
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@ jobs:
5353
- name: Download all dependencies
5454
run: mvn dependency:go-offline
5555

56+
- name: Install NodeJS and npm
57+
run: mvn frontend:install-node-and-npm --activate-profiles frontend
58+
5659
- name: List downloaded artifacts
5760
run: find ~/.m2/repository -type f -name '*.jar'

0 commit comments

Comments
 (0)