From e814ae1bb8515136337d1ee07efc5a67c34e3887 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Mon, 28 Dec 2020 16:17:30 +0100 Subject: [PATCH] workflows: Move npm-update to Ubuntu 20.04 See https://github.com/cockpit-project/starter-kit/pull/409 --- .github/workflows/npm-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-update.yml b/.github/workflows/npm-update.yml index fdf2b337..911e8596 100644 --- a/.github/workflows/npm-update.yml +++ b/.github/workflows/npm-update.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: jobs: npm-update: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Set up dependencies run: sudo apt-get install -y npm make