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

Commit 41b52a1

Browse files
committed
chore: support Node 15
1 parent e343288 commit 41b52a1

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)