From 3dbd37a8c3a136b362149a27cdec895662d7994f Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 28 Dec 2020 16:17:11 +0100 Subject: [PATCH] workflows: Move npm-update to Ubuntu 20.04 GitHub's 18.04 additional repositories break NPM. As "ubuntu-latest" is going to switch to 20.04 soon anyway [1], do the jump now. [1] https://github.com/actions/virtual-environments/issues/1816 Closes #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 421cd96..c3b45f5 100644 --- a/.github/workflows/npm-update.yml +++ b/.github/workflows/npm-update.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: jobs: npm-update: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Set up dependencies run: |