-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to resolve v4 #90
Comments
Hi @cristianbote, - name: Run install
uses: borales/actions-yarn@v4.2.0
with:
cmd: install # will run `yarn install` command
- name: Run TypeScript compiler
uses: borales/actions-yarn@v4.2.0
with:
cmd: tsc # will run `yarn tsc` command
- name: Build backend bundle
uses: borales/actions-yarn@v4.2.0
with:
cmd: build:backend # will run `yarn build:backend` command |
@cristianbote yeah, a few people reported this issue on different threads, but I am unable to replicate this unfortunately. I followed the suggested steps to keep the latest version git tagged with both tags. Hopefully, it will get resolved with the next release. |
The workaround works well. |
Hey @Borales,
Tried the action for the first time toady and I am running into errors with
v4
-- apparently. This is my action config:The text was updated successfully, but these errors were encountered: