Skip to content

Commit

Permalink
workflows: Move npm-update to Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed Mar 19, 2021
1 parent bd9c7ba commit 3e5019f
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 @@ -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
Expand Down

0 comments on commit 3e5019f

Please sign in to comment.