From 990eb12f0b301da704093ba29d20a9169c42e480 Mon Sep 17 00:00:00 2001 From: Jorge AQUINO SANCHEZ <67315354+JAs2701@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:06:32 +0100 Subject: [PATCH] Update 11ty.yml --- .github/workflows/11ty.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/11ty.yml b/.github/workflows/11ty.yml index 8bcd6c6..97421b4 100644 --- a/.github/workflows/11ty.yml +++ b/.github/workflows/11ty.yml @@ -16,10 +16,11 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: "18" + node-version: 18 - name: Install dependencies & build run: | - npm ci + - npm install --package-lock-only + - npm ci - name: Persist npm cache uses: actions/cache@v3