Skip to content

Commit c48aff2

Browse files
committed
chore: remove node v8 from build matrix
1 parent 4b464a3 commit c48aff2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Build, test and coverage
2-
on: push
2+
on: pull_request
33

44
jobs:
55
test-matrix:
66
strategy:
77
matrix:
8-
node: [8, 10, 12, 14]
8+
node: [10, 12, 14]
99
name: Test build Node v ${{ matrix.node }}
1010
runs-on: ubuntu-latest
1111
steps:

0 commit comments

Comments
 (0)