Skip to content

Commit fceaf48

Browse files
authored
ci: node 14 (chimurai#429)
1 parent c2882df commit fceaf48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coveralls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
- uses: actions/checkout@master
1313

14-
- name: Use Node.js 12.x
14+
- name: Use Node.js 14.x
1515
uses: actions/setup-node@master
1616
with:
17-
node-version: 12.x
17+
node-version: 14.x
1818

1919
- name: yarn install, coverage
2020
run: |

0 commit comments

Comments
 (0)