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
This commit is contained in:
Martin Pitt 2020-12-28 09:03:59 +01:00
parent 539f293b7e
commit 33a665925b

View file

@ -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: |