Skip to content

Commit f2d553e

Browse files
authored
chore: update node version in tests (#618)
1 parent aeefbb6 commit f2d553e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macOS-latest, windows-latest]
15-
node-version: [10.13.0, '*']
15+
node-version: [12, '*']
1616
exclude:
1717
- os: macOS-latest
18-
node-version: 10.13.0
18+
node-version: 12
1919
- os: windows-latest
20-
node-version: 10.13.0
20+
node-version: 12
2121
fail-fast: false
2222

2323
steps:

0 commit comments

Comments
 (0)