mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 09:47:46 +00:00
Update .github/actions/yarn-nm-install/action.yml
Co-authored-by: Gustav Hansen <gu@stav.dev>
This commit is contained in:
parent
e94f5eebcf
commit
096411fa5e
2
.github/actions/yarn-nm-install/action.yml
vendored
2
.github/actions/yarn-nm-install/action.yml
vendored
@ -48,7 +48,7 @@ runs:
|
||||
YARN_ENABLE_GLOBAL_CACHE: "false"
|
||||
run: |
|
||||
echo "CACHE_FOLDER=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
|
||||
echo "CURRENT_NODE_VERSION="node-$(node --version | cut -d . -f 1 | sed 's/[^0-9]*//g')".x" >> $GITHUB_OUTPUT
|
||||
echo "CURRENT_NODE_VERSION="node-$(node --version)"" >> $GITHUB_OUTPUT
|
||||
echo "CURRENT_BRANCH=$(echo ${GITHUB_REF#refs/heads/} | sed -r 's,/,-,g')" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: ♻️ Restore yarn cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user