workflows: Move npm-update to Ubuntu 20.04
See https://github.com/cockpit-project/starter-kit/pull/409
This commit is contained in:
parent
9bfa5f8c1f
commit
e814ae1bb8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/npm-update.yml
vendored
2
.github/workflows/npm-update.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue