Skip to content

Commit ac03489

Browse files
gurgundayjsumners
authored andcommitted
prepare CI (#138)
1 parent 92f9c63 commit ac03489

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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.1.0
2121
with:
2222
license-check: true
2323
lint: true

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
},
3535
"homepage": "https://github.com/fastify/fastify-caching#readme",
3636
"devDependencies": {
37-
"@fastify/pre-commit": "^2.0.2",
38-
"@types/node": "^20.6.1",
39-
"fastify": "^4.23.2",
37+
"@fastify/pre-commit": "^2.1.0",
38+
"@types/node": "^20.11.25",
39+
"fastify": "^4.26.2",
4040
"snazzy": "^9.0.0",
4141
"standard": "^17.1.0",
42-
"tap": "^16.3.8",
42+
"tap": "^18.7.0",
4343
"tsd": "^0.31.0"
4444
},
4545
"dependencies": {

0 commit comments

Comments
 (0)