Skip to content

Commit c52fa43

Browse files
rodion-arrmhdawson
authored andcommitted
Update CI in order to drop Node 8.x
1 parent 21b1ba2 commit c52fa43

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
name: Test
2-
on: push
2+
on:
3+
push:
4+
branches: [ master ]
5+
pull_request:
6+
branches: [ master ]
7+
38
jobs:
49
test:
510
runs-on: ubuntu-latest
611
strategy:
712
matrix:
8-
node-version: [8.x, 10.x, 12.x]
13+
node-version: [10.x, 12.x, 14.x]
914
steps:
1015
- uses: actions/checkout@v1
1116
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)