Skip to content

Commit 3a443ad

Browse files
wolfy1339nickfloydkfcampbell
authored
ci: stop testing against NodeJS v14, v16 (#275)
* build(package): set minimal node version in engines field to v18 BREAKING CHANGE: Drop support for NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 --------- Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com> Co-authored-by: Keegan Campbell <me@kfcampbell.com>
1 parent c1d0f29 commit 3a443ad

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
node_version:
16-
- 14
17-
- 16
1816
- 18
17+
- 20
1918
steps:
2019
- uses: actions/checkout@v3
2120
- name: Use Node.js ${{ matrix.node_version }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
[
5555
"@pika/plugin-build-node",
5656
{
57-
"minNodeVersion": "14"
57+
"minNodeVersion": 18
5858
}
5959
],
6060
[
@@ -88,6 +88,6 @@
8888
]
8989
},
9090
"engines": {
91-
"node": ">= 14"
91+
"node": ">= 18"
9292
}
9393
}

0 commit comments

Comments
 (0)