aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-03 23:48:18 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-03 23:48:18 +0100
commit5690a9e2376a4ff3084f5188632de84a0f5fb893 (patch)
treeb2a59c2d23fef08ae0e7c0728adb46bbb542319c
parent14b7aa23f3ef2cbec06aa958baceeb4dd5bfda06 (diff)
Use NPM and node 22
-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