Skip to content

Commit

Permalink
ci: stop testing against NodeJS v14, v16 (#419)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for NodeJS v14, v16
  • Loading branch information
wolfy1339 committed May 21, 2023
1 parent 8e30ef1 commit 274a54c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
strategy:
matrix:
node_version:
- 14
- 16
- 18
- 20
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typescript": "^5.0.0"
},
"engines": {
"node": ">= 14"
"node": ">= 18"
},
"jest": {
"preset": "ts-jest",
Expand All @@ -66,7 +66,7 @@
[
"@pika/plugin-build-node",
{
"minNodeVersion": "14"
"minNodeVersion": 18
}
]
]
Expand Down

0 comments on commit 274a54c

Please sign in to comment.