Skip to content

Commit

Permalink
Fix Ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Sep 23, 2021
1 parent d441685 commit 5e1586c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
npm-publish:
needs: unit-tests
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install node.js 12.x
Expand Down

0 comments on commit 5e1586c

Please sign in to comment.