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:
parent
539f293b7e
commit
3dbd37a8c3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/npm-update.yml
vendored
2
.github/workflows/npm-update.yml
vendored
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue