We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc65e4 commit 8061852Copy full SHA for 8061852
.github/workflows/test.yml
@@ -1,16 +1,13 @@
1
name: Test
2
-
3
-on:
+"on":
4
push:
5
branches:
6
- master
7
- renovate/**
8
9
pull_request:
10
types:
11
- opened
12
- synchronize
13
14
jobs:
15
test_matrix:
16
strategy:
@@ -19,9 +16,7 @@ jobs:
19
- 10
20
17
- 12
21
18
- 14
22
23
runs-on: ubuntu-latest
24
25
steps:
26
- uses: actions/checkout@v2
27
- name: Use Node.js ${{ matrix.node-version }}
@@ -31,9 +26,6 @@ jobs:
31
cache: npm
32
- run: npm ci
33
28
- run: npm run test:ci
34
35
- # separate job to set as required in branch protection,
36
- # as the build names above change each time Node versions change
37
29
test:
38
30
39
needs: test_matrix
@@ -42,5 +34,6 @@ jobs:
42
- uses: actions/setup-node@v2
43
with:
44
+ node-version: 16
45
46
- run: npm run lint
0 commit comments