diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-25 23:44:44 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-25 23:44:44 +0200 |
| commit | e0ab17944a07e2ba64f290b820e2450916daaed4 (patch) | |
| tree | d10328b81928df305f09629728db694ec751f2a5 /.github/workflows | |
| parent | b82021b7fbd909070bf8e015e1f753f0bf8a3240 (diff) | |
Ohm...
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml | 7 |
1 files changed, 7 insertions, 0 deletions
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
|
