diff --git a/README.md b/README.md index c94688e..9f8542d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ jobs: uses: cubetiq/starter-docker-yarn-actions@main with: shell: sh - run: docker version; node --version; npm --version; npx --version; yarn --version + run: docker version; node --version; yarn --version ``` # Contributors