Skip to content

Commit cde2f49

Browse files
jsumnersgurgunday
andauthored
Merge next into main (#9)
* 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>
1 parent 5fb7be5 commit cde2f49

File tree

3 files changed

+27
-34
lines changed

3 files changed

+27
-34
lines changed

.github/workflows/ci.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- master
8+
- next
9+
- 'v*'
10+
paths-ignore:
11+
- 'docs/**'
12+
- '*.md'
13+
pull_request:
14+
paths-ignore:
15+
- 'docs/**'
16+
- '*.md'
17+
18+
jobs:
19+
test:
20+
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.0
21+
with:
22+
license-check: true
23+
lint: true
24+
node-versions: '["18", "20"]'

.github/workflows/test.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
"fast-deep-equal": "^3.1.3"
3535
},
3636
"devDependencies": {
37-
"c8": "^8.0.1",
37+
"@fastify/pre-commit": "^2.1.0",
38+
"c8": "^9.1.0",
3839
"standard": "^17.1.0",
39-
"tsd": "^0.29.0"
40+
"tsd": "^0.31.0"
4041
},
4142
"standard": {
4243
"ignore": [

0 commit comments

Comments
 (0)