We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f9c63 commit ac03489Copy full SHA for ac03489
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ on:
17
18
jobs:
19
test:
20
- uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
+ uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
21
with:
22
license-check: true
23
lint: true
package.json
@@ -34,12 +34,12 @@
34
},
35
"homepage": "https://github.com/fastify/fastify-caching#readme",
36
"devDependencies": {
37
- "@fastify/pre-commit": "^2.0.2",
38
- "@types/node": "^20.6.1",
39
- "fastify": "^4.23.2",
+ "@fastify/pre-commit": "^2.1.0",
+ "@types/node": "^20.11.25",
+ "fastify": "^4.26.2",
40
"snazzy": "^9.0.0",
41
"standard": "^17.1.0",
42
- "tap": "^16.3.8",
+ "tap": "^18.7.0",
43
"tsd": "^0.31.0"
44
45
"dependencies": {
0 commit comments