Skip to content

Commit

Permalink
ci: stop testing against NodeJS v10, v12 (#488)
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 7, 2022
1 parent a12d6bd commit e54e6c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -14,8 +14,6 @@ jobs:
strategy:
matrix:
node_version:
- 10
- 12
- 14
- 16

Expand Down
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -70,7 +70,10 @@
"@pika/plugin-ts-standard-pkg"
],
[
"@pika/plugin-build-node"
"@pika/plugin-build-node",
{
"minNodeVersion": "14"
}
],
[
"@pika/plugin-build-web"
Expand Down Expand Up @@ -104,5 +107,8 @@
"extends": [
"github>octokit/.github"
]
},
"engines": {
"node": ">= 14"
}
}

0 comments on commit e54e6c3

Please sign in to comment.