Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Sep 10, 2024
1 parent 2bef6d0 commit 77b0983
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
node-version: 'current'
registry-url: 'https://registry.npmjs.org'

- name: Setup yarn
run: yarn set version stable
working-directory: .

- name: Install yarn
run: yarn install
working-directory: .

- name: Install dependencies
run: yarn install
working-directory: .
Expand Down

0 comments on commit 77b0983

Please sign in to comment.