Skip to content

Commit 8f17f40

Browse files
committed
chore(ci): add node 14, remove node 8
1 parent c792b8c commit 8f17f40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node: [ '12', '10', '8' ]
10+
node: [ '14', '12', '10' ]
1111
name: Node ${{ matrix.node }} CI
1212
steps:
1313
- uses: actions/checkout@v1

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- 8
54
- 10
65
- 12
6+
- 14

0 commit comments

Comments
 (0)