Skip to content

Commit

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

0 comments on commit 526eb2b

Please sign in to comment.