Skip to content

Commit

Permalink
update for Fasitfy v5 (#73)
Browse files Browse the repository at this point in the history
* update for Fasitfy v5

* update workflow version

* start from 16

* 4.2.0

* add node 22
  • Loading branch information
gurgunday committed May 4, 2024
1 parent 87ae523 commit 700067c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .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.0
with:
license-check: true
lint: 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.2.0
4 changes: 3 additions & 1 deletion .taprc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
check-coverage: false
disable-coverage: true
files:
- test.js
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"example-fail": "echo \"This is the example hook, I exit with 1\" && exit 1",
"example-pass": "echo \"This is the example hook, I exit with 0\" && exit 0",
"install": "node install.js",
"unit": "tap test.js",
"unit": "tap",
"lint": "standard",
"test": "npm run unit",
"uninstall": "node uninstall.js"
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"pre-commit": "git+https://git@github.com/fastify/pre-commit.git",
"proxyquire": "^2.1.3",
"standard": "^17.0.0",
"tap": "^16.0.0"
"standard": "^17.1.0",
"tap": "^18.7.2"
}
}

0 comments on commit 700067c

Please sign in to comment.