Skip to content

Commit

Permalink
PMM-11231 Adjust setup node step
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Mar 18, 2024
1 parent 0612fcb commit bcc34f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
- name: Setup nodejs
uses: actions/setup-node@v4
with:
node-version-file: /ui/.nvmrc
node-version-file: ui/.nvmrc
cache: yarn
cache-dependency-path: ui

- name: Run lint
run: |
Expand Down

0 comments on commit bcc34f2

Please sign in to comment.