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
This commit is contained in:
Martin Pitt 2020-12-28 16:17:11 +01:00 committed by GitHub
parent 539f293b7e
commit 3dbd37a8c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
npm-update: npm-update:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps:
- name: Set up dependencies - name: Set up dependencies
run: | run: |