David Übelacker
Results
4
comments of
David Übelacker
Workaround for github actions: ``` - name: Set Node Version from eirslett plugin run: | pom_files=$(find . -type f -name "pom.xml") for file in $pom_files; do node_version=$(grep -m 1 ''...
> @uebelack does this make sure Node is on the system already so when FontEnd goes to check its already installed by the GitHub Action? sure