Skip to content

Commit

Permalink
Merge branch 'main' into renovate/octokit-app-13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jul 7, 2022
2 parents 923848a + d9b6378 commit 30a25f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: ["12", "14", "16"]
node_version:
- 14
- 16
- 18

steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
Expand Down
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -54,7 +54,10 @@
"@pika/plugin-ts-standard-pkg"
],
[
"@pika/plugin-build-node"
"@pika/plugin-build-node",
{
"minNodeVersion": "14"
}
],
[
"@pika/plugin-build-web"
Expand Down Expand Up @@ -115,5 +118,8 @@
"extends": [
"github>octokit/.github"
]
},
"engines": {
"node": ">= 14"
}
}

0 comments on commit 30a25f8

Please sign in to comment.