Skip to content

Commit

Permalink
feat: require node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 23, 2024
1 parent beb37b7 commit 2291d5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
matrix:
node:
- 18.x
- 16.x
- 14.x
- 12.x
- 10.x
- 8.x

steps:
- name: Checkout
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": "https://github.com/renovatebot/kbpgp.git"
},
"engines": {
"node": "^8 | ^10 | ^12 | ^14 | ^16 | ^18.12.0 | >=20.9.0",
"node": "^18.12.0 || >=20.9.0",
"pnpm": "^9.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 2291d5c

Please sign in to comment.