Skip to content

Commit

Permalink
[CN-3075] Changing version of action to use node20
Browse files Browse the repository at this point in the history
  • Loading branch information
tovar-rodrigo committed Mar 29, 2024
1 parent 63b8901 commit eed9fcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:
${{ runner.os }}-yarn-
- name: Run install
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: install # will run `yarn install` command

- name: Run modules
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: modules # will run `yarn modules` command

- name: Run build
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: build # will run `yarn build` command

Expand Down

0 comments on commit eed9fcb

Please sign in to comment.