We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b464a3 commit c48aff2Copy full SHA for c48aff2
1 file changed
.github/workflows/build.yml
@@ -1,11 +1,11 @@
1
name: Build, test and coverage
2
-on: push
+on: pull_request
3
4
jobs:
5
test-matrix:
6
strategy:
7
matrix:
8
- node: [8, 10, 12, 14]
+ node: [10, 12, 14]
9
name: Test build Node v ${{ matrix.node }}
10
runs-on: ubuntu-latest
11
steps:
0 commit comments