File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
test :
15
- runs-on : ${{ matrix.os }}
16
-
17
- strategy :
18
- matrix :
19
- node-version : [10, 12, 14, 16]
20
- os : [macos-latest, ubuntu-latest, windows-latest]
21
-
22
- steps :
23
- - uses : actions/checkout@v3
24
-
25
- - name : Use Node.js
26
- uses : actions/setup-node@v3
27
- with :
28
- node-version : ${{ matrix.node-version }}
29
-
30
- - name : Install Dependencies
31
- run : |
32
- npm install --ignore-scripts
33
- - name : Run Tests
34
- run : |
35
- npm test
36
- automerge :
37
- needs : test
38
- runs-on : ubuntu-latest
39
- permissions :
40
- pull-requests : write
41
- contents : write
42
- steps :
43
- - uses : fastify/github-action-merge-dependabot@v3
44
- with :
45
- github-token : ${{ secrets.GITHUB_TOKEN }}
15
+ uses : fastify/workflows/.github/workflows/plugins-ci.yml@v3
You can’t perform that action at this time.
0 commit comments