From 5d2e2ea2e856317e9a3dbc09778b6c5688cd6c20 Mon Sep 17 00:00:00 2001 From: trevlenb2 Date: Wed, 14 Feb 2024 20:22:57 +0200 Subject: [PATCH] yarn fixes --- .github/workflows/docker-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a8bf8626..f26b4fe7 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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: