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

Commit 11328ad

Browse files
authored
Merge pull request #161 from netlify/chore/node-15
chore: support Node 15
2 parents ca47e9e + 41b52a1 commit 11328ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
1616
# We should test on 10.13.0 but don't due to a bug in Jest
1717
# https://github.com/facebook/jest/issues/9453
18-
node-version: [10.15.0, 14.x]
18+
node-version: [10.15.0, 15.x]
1919
exclude:
2020
- os: macOS-latest
2121
node-version: 10.15.0

0 commit comments

Comments
 (0)