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

Commit 2a7e1b2

Browse files
authored
Merge pull request #91 from netlify/chore/node-10-13-0
Fix Node.js version in CI
2 parents ab57c86 + 54cbb26 commit 2a7e1b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 2 deletions
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)