From e0ab17944a07e2ba64f290b820e2450916daaed4 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:44:44 +0200 Subject: Ohm... --- .../workflows/azure-static-web-apps-orange-glacier-064358d03.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml') diff --git a/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml b/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml index c26a11c..e096b10 100644 --- a/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml +++ b/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml @@ -15,6 +15,13 @@ jobs: with: submodules: true lfs: false + - name: Remove package-lock.json + run: rm package-lock.json + - uses: actions/setup-node@v4.0.3 + with: + node-version: '20' + - name: Install dependencies + run: yarn - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 -- cgit v1.3