Skip to content

Commit 1d2ffdd

Browse files
authored
Updating for v5 (#50)
* chore: updating dependencies and ci workflow * chore: update `plugins-ci` to v4.2.1
1 parent 6e8d53a commit 1d2ffdd

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ on:
1717

1818
jobs:
1919
test:
20-
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
20+
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.1
2121
with:
22-
license-check: true
2322
lint: true
23+
license-check: true
24+
node-versions: '["16", "18", "20", "22"]'

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
},
2525
"homepage": "https://github.com/fastify/fast-json-stringify-compiler#readme",
2626
"devDependencies": {
27-
"@fastify/pre-commit": "^2.0.2",
28-
"fastify": "^4.0.0",
27+
"@fastify/pre-commit": "^2.1.0",
28+
"fastify": "^4.26.2",
2929
"sanitize-filename": "^1.6.3",
30-
"standard": "^17.0.0",
31-
"tap": "^16.0.0",
30+
"standard": "^17.1.0",
31+
"tap": "^18.7.2",
3232
"tsd": "^0.31.0"
3333
},
3434
"pre-commit": [
3535
"lint",
3636
"test"
3737
],
3838
"dependencies": {
39-
"fast-json-stringify": "^5.7.0"
39+
"fast-json-stringify": "^5.14.1"
4040
}
4141
}

0 commit comments

Comments
 (0)