From c4ee2fd4150e43cb5f33758ab7e7c267c5eedc3b Mon Sep 17 00:00:00 2001 From: "info@fer.ac" Date: Wed, 20 Sep 2023 18:22:43 +0200 Subject: [PATCH] CI: Update the setup node GitHub action --- .github/workflows/eleventy_publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/eleventy_publish.yml b/.github/workflows/eleventy_publish.yml index ca16663..4e7e25f 100644 --- a/.github/workflows/eleventy_publish.yml +++ b/.github/workflows/eleventy_publish.yml @@ -13,11 +13,11 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: 16.7.0 + node-version: 18 - run: npm ci - run: npm run publish - name: Deploy