[ci][self] test workaround to install yarn at runtime
This commit is contained in:
parent
9571981856
commit
68328ce038
2 changed files with 17 additions and 7 deletions
7
.github/actions/ci-setup-rails/action.yml
vendored
7
.github/actions/ci-setup-rails/action.yml
vendored
|
@ -12,7 +12,12 @@ runs:
|
|||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
cache: 'yarn'
|
||||
node-version-file: '.node-version'
|
||||
|
||||
- name: Install yarn
|
||||
run: |
|
||||
npm install --global yarn
|
||||
shell: bash
|
||||
|
||||
- name: Install Node modules
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue