From 5690a9e2376a4ff3084f5188632de84a0f5fb893 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Mon, 3 Mar 2025 23:48:18 +0100 Subject: Use NPM and node 22 --- .../workflows/azure-static-web-apps-orange-glacier-064358d03.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.3