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 77b5545 commit a141d5fCopy full SHA for a141d5f
.github/workflows/test.yml
@@ -14,10 +14,9 @@ jobs:
14
strategy:
15
matrix:
16
node_version:
17
- - 10
18
- - 12
19
- 14
20
- 16
+ - 18
21
steps:
22
- uses: actions/checkout@master
23
- name: "Use Node.js ${{ matrix.node_version }}"
package.json
@@ -73,7 +73,10 @@
73
"@pika/plugin-ts-standard-pkg"
74
],
75
[
76
- "@pika/plugin-build-node"
+ "@pika/plugin-build-node",
77
+ {
78
+ "minNodeVersion": "14"
79
+ }
80
81
82
"@pika/plugin-build-web"
@@ -113,5 +116,8 @@
113
116
"ignoreDeps": [
114
117
"sort-keys"
115
118
]
119
+ },
120
+ "engines": {
121
+ "node": ">= 14"
122
}
123
0 commit comments