Skip to content

Commit 0f07f76

Browse files
committed
use node 14 for now as buildkite/puppeteer only has that
1 parent b90eb72 commit 0f07f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"bin": "./scripts/cli.js",
4242
"engines": {
43-
"node": ">= 16"
43+
"node": ">= 14"
4444
},
4545
"husky": {
4646
"hooks": {

0 commit comments

Comments
 (0)