Default github workflow has old version of node - throws error #1104
Labels
scope: templates
Related to an init template, not necessarily to core (but could influence core)
solution: duplicate
This issue or pull request already exists
Current Behavior
If you do
npx tsdx create mylib
and select thebase
and push it, an error occurs in the github flow.The error content is that node 10.x is not compatible with the dependency
@size-limit/[email protected]:
module.Suggested solution(s)
main.yml
should be
then it works fine.
The text was updated successfully, but these errors were encountered: