Skip to content
Merged
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 @@ -62,7 +62,7 @@
[
"@pika/plugin-build-node",
{
"minNodeVersion": "14"
"minNodeVersion": 18
}
]
]
Expand Down Expand Up @@ -103,6 +103,6 @@
"access": "public"
},
"engines": {
"node": ">= 14"
"node": ">= 18"
}
}