Skip to content

Commit

Permalink
Merge next into main (#9)
Browse files Browse the repository at this point in the history
* Update for Fastify v5 (#7)

* update to v5

* add pre-commit

* workflows: update and pin LTS versions (#8)

* use library CI

* start with 18

* update ci

---------

Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
  • Loading branch information
jsumners and gurgunday committed Jun 19, 2024
1 parent 5fb7be5 commit cde2f49
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 34 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: CI

on:
push:
branches:
- main
- master
- next
- 'v*'
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.0
with:
license-check: true
lint: true
node-versions: '["18", "20"]'
32 changes: 0 additions & 32 deletions .github/workflows/test.yml

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
"c8": "^8.0.1",
"@fastify/pre-commit": "^2.1.0",
"c8": "^9.1.0",
"standard": "^17.1.0",
"tsd": "^0.29.0"
"tsd": "^0.31.0"
},
"standard": {
"ignore": [
Expand Down

0 comments on commit cde2f49

Please sign in to comment.