Skip to content

Commit

Permalink
workflows: Move npm-update to Ubuntu 20.04
Browse files Browse the repository at this point in the history
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] actions/runner-images#1816

Closes #409
  • Loading branch information
martinpitt authored Dec 28, 2020
1 parent 539f293 commit 3dbd37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3dbd37a

Please sign in to comment.