Skip to content

Commit

Permalink
Merge pull request #190 from ant-design/arvinxx-patch-1
Browse files Browse the repository at this point in the history
🐛 fix: 调整 engine 到 node 14
  • Loading branch information
arvinxx committed May 22, 2023
2 parents c0b598c + 22bbb44 commit f19e23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@
"umi-plugin-githubpages": "^2.0.1"
},
"engines": {
"node": ">=16.0.0"
"node": ">=14.0.0"
}
}

0 comments on commit f19e23b

Please sign in to comment.