Skip to content

Commit

Permalink
ci: node 14 (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Apr 23, 2020
1 parent c2882df commit fceaf48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

- uses: actions/checkout@master

- name: Use Node.js 12.x
- name: Use Node.js 14.x
uses: actions/setup-node@master
with:
node-version: 12.x
node-version: 14.x

- name: yarn install, coverage
run: |
Expand Down

0 comments on commit fceaf48

Please sign in to comment.