From 90c69a7a3efc1894de6c516412ca92e428ebe166 Mon Sep 17 00:00:00 2001 From: Jussi Vatjus-Anttila Date: Sun, 24 Mar 2024 09:15:38 +0200 Subject: [PATCH] Update github_pages.yml --- .github/workflows/github_pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index b36e60b..6bbcda6 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -9,14 +9,14 @@ on: jobs: deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: '12.x' + node-version: '14.x' - name: Cache dependencies uses: actions/cache@v1