File tree Expand file tree Collapse file tree 2 files changed +1
-34
lines changed Expand file tree Collapse file tree 2 files changed +1
-34
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
- strategy :
17
- matrix :
18
- node-version : [14, 16, 17]
19
- os : [macos-latest, ubuntu-latest, windows-latest]
20
-
21
- steps :
22
- - uses : actions/checkout@v3
23
-
24
- - name : Use Node.js
25
- uses : actions/setup-node@v3
26
- with :
27
- node-version : ${{ matrix.node-version }}
28
-
29
- - name : Install Dependencies
30
- run : |
31
- npm install --ignore-scripts
32
-
33
- - name : Run Tests
34
- run : |
35
- npm test
36
-
37
- automerge :
38
- needs : test
39
- runs-on : ubuntu-latest
40
- permissions :
41
- pull-requests : write
42
- contents : write
43
- steps :
44
- - uses : fastify/github-action-merge-dependabot@v3
45
- with :
46
- github-token : ${{ secrets.GITHUB_TOKEN }}
47
- target : minor
15
+ uses : fastify/workflows/.github/workflows/plugins-ci.yml@v3
Original file line number Diff line number Diff line change 2
2
3
3
![ CI] ( https://github.com/fastify/fast-json-stringify/workflows/CI/badge.svg )
4
4
[ ![ NPM version] ( https://img.shields.io/npm/v/fast-json-stringify.svg?style=flat )] ( https://www.npmjs.com/package/fast-json-stringify )
5
- [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/fastify/fast-json-stringify/badge.svg )] ( https://snyk.io/test/github/fastify/fast-json-stringify )
6
5
[ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat )] ( https://standardjs.com/ )
7
6
[ ![ NPM downloads] ( https://img.shields.io/npm/dm/fast-json-stringify.svg?style=flat )] ( https://www.npmjs.com/package/fast-json-stringify )
8
7
You can’t perform that action at this time.
0 commit comments