Skip to content

Commit 3358326

Browse files
authored
Merge pull request #91 from netlify/chore/node-15
chore: support Node 15
2 parents a7c81ca + 117538b commit 3358326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macOS-latest, windows-latest]
15-
node-version: [10.13.0, 14.x]
15+
node-version: [10.13.0, 15.x]
1616
exclude:
1717
- os: macOS-latest
1818
node-version: 10.13.0

0 commit comments

Comments
 (0)