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 Dec 28, 2020
1 parent 3633ff1 commit 2dd546a
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 2dd546a

Please sign in to comment.