Skip to content

Commit ff1d7a9

Browse files
committed
feat(ci): run tests on node 14
1 parent f6977c3 commit ff1d7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodeCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest]
14-
node: [ '12', '10', '8' ]
14+
node: [ '14', '12', '10' ]
1515
include:
1616
- os: windows-latest
1717
commandPrefix: ''

0 commit comments

Comments
 (0)