We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d22af3 commit 526eb2bCopy full SHA for 526eb2b
.github/workflows/test.yml
@@ -18,9 +18,9 @@ jobs:
18
strategy:
19
matrix:
20
node_version:
21
- - 12
22
- 14
23
- 16
+ - 18
24
steps:
25
- uses: actions/checkout@master
26
- name: Test with Node.js ${{ matrix.node_version }}
package.json
@@ -72,7 +72,10 @@
72
"@pika/plugin-ts-standard-pkg"
73
],
74
[
75
- "@pika/plugin-build-node"
+ "@pika/plugin-build-node",
76
+ {
77
+ "minNodeVersion": "14"
78
+ }
79
80
81
"@pika/plugin-build-web"
@@ -120,5 +123,8 @@
120
123
"extends": [
121
124
"github>octokit/.github"
122
125
]
126
+ },
127
+ "engines": {
128
+ "node": ">= 14"
129
}
130
0 commit comments