Skip to content

Commit

Permalink
chore: install nodejs and npm to cache
Browse files Browse the repository at this point in the history
Part of #1656

[skip ci]
  • Loading branch information
php-coder committed Jan 8, 2024
1 parent e9d058d commit aea4c11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/populate-maven-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ jobs:
- name: Download all dependencies
run: mvn dependency:go-offline

- name: Install NodeJS and npm
run: mvn frontend:install-node-and-npm --activate-profiles frontend

- name: List downloaded artifacts
run: find ~/.m2/repository -type f -name '*.jar'

0 comments on commit aea4c11

Please sign in to comment.