From aea4c11bd2489f2e676a8cd3c3b81369b143c2d2 Mon Sep 17 00:00:00 2001 From: Slava Semushin Date: Mon, 8 Jan 2024 12:46:51 +0700 Subject: [PATCH] chore: install nodejs and npm to cache Part of #1656 [skip ci] --- .github/workflows/populate-maven-cache.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/populate-maven-cache.yml b/.github/workflows/populate-maven-cache.yml index 27204d431..b3f84c98b 100644 --- a/.github/workflows/populate-maven-cache.yml +++ b/.github/workflows/populate-maven-cache.yml @@ -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'