Skip to content

Commit 8889215

Browse files
committed
Fix Node.js 10 on CI
1 parent e72998a commit 8889215

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@ jobs:
3737
node-version: ${{ matrix.node-version }}
3838
- name: Install dependencies
3939
uses: bahmutov/npm-install@v1
40+
with:
41+
install-command: yarn --frozen-lockfile --ignore-engines
4042
- name: Run unit tests
4143
run: npx jest

0 commit comments

Comments
 (0)