From 174431308a5f631a9ab5e23c584e0c75fd891021 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 5 Jul 2024 08:42:59 +0200 Subject: [PATCH] Update github actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a3393d..1e1e9f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,11 +7,11 @@ env: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 5 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Npm setup run: node --version && npm ci && du -sh node_modules