diff options
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
|
