We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196e091 commit 74f6167Copy full SHA for 74f6167
.github/workflows/test.yml
@@ -13,10 +13,9 @@ jobs:
13
strategy:
14
matrix:
15
node_version:
16
- - 10
17
- - 12
18
- 14
19
- 16
+ - 18
20
steps:
21
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
22
- name: "Use Node.js ${{ matrix.node_version }}"
package.json
@@ -48,7 +48,10 @@
48
"@pika/plugin-ts-standard-pkg"
49
],
50
[
51
- "@pika/plugin-build-node"
+ "@pika/plugin-build-node",
52
+ {
53
+ "minNodeVersion": "14"
54
+ }
55
56
57
"@pika/plugin-build-web"
@@ -75,5 +78,8 @@
75
78
"extends": [
76
79
"github>octokit/.github"
77
80
]
81
+ },
82
+ "engines": {
83
+ "node": ">= 14"
84
}
85
0 commit comments