aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml9
1 files changed, 4 insertions, 5 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 8a26af3..cd32260 100644
--- a/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml
+++ b/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml
@@ -15,13 +15,12 @@ jobs:
with:
submodules: true
lfs: false
- - name: Remove package-lock.json
- run: rm package-lock.json
- - uses: actions/setup-node@v4.0.3
+ - uses: actions/setup-node@v4.2.0
with:
- node-version: '20'
+ node-version: '22'
+ cache: 'npm'
- name: Install dependencies
- run: yarn
+ run: npm ci
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1