Skip to content

Commit e7a0f43

Browse files
authored
chore(Node): Drop Node 8, add 14
- Remove support & testing for node 8 - Add node 14 BREAKING CHANGE: Node 8 no longer supported
1 parent 53393f1 commit e7a0f43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ jobs:
3939

4040
- name: Coverage
4141
run: npm run coverage
42+
env:
43+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)