mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-30 19:39:55 -06:00
Update node-cache/action.yml to use mvnw (#34438)
Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
4
.github/actions/node-cache/action.yml
vendored
4
.github/actions/node-cache/action.yml
vendored
@@ -8,8 +8,8 @@ runs:
|
||||
id: tooling-versions
|
||||
shell: bash
|
||||
run: |
|
||||
echo "node=$(mvn help:evaluate -Dexpression=node.version -q -DforceStdout | cut -c 2-)" >> $GITHUB_OUTPUT
|
||||
echo "pnpm=$(mvn help:evaluate -Dexpression=pnpm.version -q -DforceStdout)" >> $GITHUB_OUTPUT
|
||||
echo "node=$(./mvnw help:evaluate -Dexpression=node.version -q -DforceStdout | cut -c 2-)" >> $GITHUB_OUTPUT
|
||||
echo "pnpm=$(./mvnw help:evaluate -Dexpression=pnpm.version -q -DforceStdout)" >> $GITHUB_OUTPUT
|
||||
|
||||
# Downloading Node.js often fails due to network issues, therefore we cache the artifacts downloaded by the frontend plugin.
|
||||
- uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user