Skip to content

Commit

Permalink
Updating for v5 (#40)
Browse files Browse the repository at this point in the history
* chore: update deps and ci workflow

* fix: fix tap configuration

* fix: update plugins-ci-package-manager version

* fix: add missing resolution for yarn

* chore: update `plugins-ci` to v4.2.1
  • Loading branch information
Gesma94 committed May 4, 2024
1 parent ae73368 commit b44c0c2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +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:
lint: true
license-check: true
node-versions: '["16", "18", "20", "22"]'
2 changes: 1 addition & 1 deletion .github/workflows/package-manager-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v4.1.0
9 changes: 3 additions & 6 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
ts: false
jsx: false
flow: false
check-coverage: true
coverage: true

show-full-coverage: true
files:
- "test/**/*.test.js"
plugin:
- "!@tapjs/typescript"
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@
},
"devDependencies": {
"benchmark": "^2.1.4",
"fastify": "^4.3.0",
"fastify": "^4.26.2",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.3.0",
"standard": "^17.1.0",
"tap": "^18.7.2",
"tsd": "^0.31.0"
},
"resolutions": {
"@types/node": "^20.12.7"
},
"scripts": {
"lint": "standard | snazzy",
"lint:fix": "standard --fix",
Expand Down

0 comments on commit b44c0c2

Please sign in to comment.