Skip to content

Commit

Permalink
CI: use ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
azu authored Jan 21, 2022
1 parent bc8f2c0 commit ef13147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
jobs:
test:
name: "Test on Node.js ${{ matrix.node-version }}"
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [ 12, 14 ]
Expand Down

0 comments on commit ef13147

Please sign in to comment.