Skip to content

Commit

Permalink
yarn fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
trevlenb2 committed Feb 14, 2024
1 parent 70e42f3 commit 5d2e2ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
repository: akrosinc/reveal-web


- uses: borales/actions-yarn@v3.0.0
- uses: borales/actions-yarn@v5.0.0
with:
cmd: install # will run `yarn install` command


- uses: borales/actions-yarn@v3.0.0
- uses: borales/actions-yarn@v5.0.0
with:
cmd: upgrade # will run `yarn upgrade` command


- uses: borales/actions-yarn@v3.0.0
- uses: borales/actions-yarn@v5.0.0
with:
cmd: build # will run `yarn build` command
env:
Expand Down

0 comments on commit 5d2e2ea

Please sign in to comment.