Skip to content

Commit

Permalink
feat!: drop node v18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Nov 12, 2024
1 parent c0e57d3 commit 56a06d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
fail-fast: false
matrix:
node:
- 18.x
- 20.x

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "git+https://github.com/renovatebot/kbpgp.git"
},
"engines": {
"node": "^18.12.0 || ^20.9.0 || ^22.11.0",
"node": "^20.9.0 || ^22.11.0",
"pnpm": "^9.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 56a06d8

Please sign in to comment.