Skip to content

Commit

Permalink
prepare CI (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday authored Mar 26, 2024
1 parent a3bedfa commit 41ba1a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
with:
license-check: true
lint: true
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
},
"homepage": "https://github.com/fastify/fastify-caching#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.6.1",
"fastify": "^4.23.2",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.25",
"fastify": "^4.26.2",
"snazzy": "^9.0.0",
"standard": "^17.1.0",
"tap": "^16.3.8",
"tsd": "^0.30.0"
"tap": "^18.7.0",
"tsd": "^0.30.7"
},
"dependencies": {
"abstract-cache": "^1.0.1",
Expand Down

0 comments on commit 41ba1a1

Please sign in to comment.