Skip to content

Commit a0aed60

Browse files
authored
ci: migrate to fastify reusable workflow (#415)
drops support for node 17, adds support for node 18
1 parent 22cfffb commit a0aed60

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,4 @@ on:
1212

1313
jobs:
1414
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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
![CI](https://github.com/fastify/fast-json-stringify/workflows/CI/badge.svg)
44
[![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)
65
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)
76
[![NPM downloads](https://img.shields.io/npm/dm/fast-json-stringify.svg?style=flat)](https://www.npmjs.com/package/fast-json-stringify)
87

0 commit comments

Comments
 (0)