Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 54cbb26

Browse files
committed
Fix Node.js version in CI
1 parent d07b9e7 commit 54cbb26

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/workflow.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macOS-latest]
16-
node-version: [10.17.0, 14.x]
16+
# We should test on 10.13.0 but don't due to a bug in Jest
17+
# https://github.com/facebook/jest/issues/9453
18+
node-version: [10.15.0, 14.x]
1719
exclude:
1820
- os: macOS-latest
19-
node-version: 10.17.0
21+
node-version: 10.15.0
2022
fail-fast: false
2123
steps:
2224
- name: Git checkout

0 commit comments

Comments
 (0)