Skip to content

Commit

Permalink
Updating for v5 (#50)
Browse files Browse the repository at this point in the history
* chore: updating dependencies and ci workflow

* chore: update `plugins-ci` to v4.2.1
  • Loading branch information
Gesma94 authored May 4, 2024
1 parent 6e8d53a commit 1d2ffdd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.1
with:
license-check: true
lint: true
license-check: true
node-versions: '["16", "18", "20", "22"]'
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
},
"homepage": "https://github.com/fastify/fast-json-stringify-compiler#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"fastify": "^4.0.0",
"@fastify/pre-commit": "^2.1.0",
"fastify": "^4.26.2",
"sanitize-filename": "^1.6.3",
"standard": "^17.0.0",
"tap": "^16.0.0",
"standard": "^17.1.0",
"tap": "^18.7.2",
"tsd": "^0.31.0"
},
"pre-commit": [
"lint",
"test"
],
"dependencies": {
"fast-json-stringify": "^5.7.0"
"fast-json-stringify": "^5.14.1"
}
}

0 comments on commit 1d2ffdd

Please sign in to comment.