From 71301f88b9454239511f77c1492a91241e2315f3 Mon Sep 17 00:00:00 2001 From: David Martin Date: Wed, 21 Aug 2024 14:15:53 +0100 Subject: [PATCH] Use node 18 for eleventy build/deploy Signed-off-by: David Martin --- .github/workflows/eleventy_build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/eleventy_build.yml b/.github/workflows/eleventy_build.yml index dcd5370..00c88c1 100644 --- a/.github/workflows/eleventy_build.yml +++ b/.github/workflows/eleventy_build.yml @@ -8,6 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master + - uses: actions/setup-node@v4 + with: + node-version: 18 + cache: 'npm' - name: Build uses: TartanLlama/actions-eleventy@master with: