Navigation Menu

Skip to content

Commit

Permalink
ci: stop testing against NodeJS v10, v12 (#236)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for NodeJS v10, v12
  • Loading branch information
wolfy1339 committed Jul 8, 2022
1 parent f2db46c commit 0a86afe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -13,10 +13,9 @@ jobs:
strategy:
matrix:
node_version:
- 10
- 12
- 14
- 16
- 18
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- name: "Use Node.js ${{ matrix.node_version }}"
Expand Down
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -58,7 +58,10 @@
"@pika/plugin-ts-standard-pkg"
],
[
"@pika/plugin-build-node"
"@pika/plugin-build-node",
{
"minNodeVersion": "14"
}
],
[
"@pika/plugin-build-web"
Expand All @@ -82,5 +85,8 @@
"extends": [
"github>octokit/.github"
]
},
"engines": {
"node": ">= 14"
}
}

0 comments on commit 0a86afe

Please sign in to comment.