Task: Fixed docker yarn and github actions

This commit is contained in:
2021-07-14 18:18:37 +07:00
parent bb96ee0736
commit 65e48f3591
3 changed files with 10 additions and 4 deletions

View File

@@ -12,4 +12,4 @@ jobs:
- name: Starter Docker Yarn Test
uses: cubetiq/starter-docker-yarn-actions@main
with:
run: docker version; node --version; yarn --version
run: docker version; echo Node: $(node --version); echo Yarn: $(yarn --version)