Skip to content

Commit

Permalink
ci: install node 14 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Apr 26, 2020
1 parent 84692f8 commit 92ce519
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install extra dependencies for Node 14
run: sudo apt-get install libpango1.0-dev
if: matrix.node == 14

- name: Install Node dependencies
run: yarn --frozen-lockfile

Expand Down

0 comments on commit 92ce519

Please sign in to comment.