Skip to content

Commit

Permalink
Fix Node.js 10 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 21, 2021
1 parent e72998a commit 8889215
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -37,5 +37,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
uses: bahmutov/npm-install@v1
with:
install-command: yarn --frozen-lockfile --ignore-engines
- name: Run unit tests
run: npx jest

0 comments on commit 8889215

Please sign in to comment.