teal-language / tl

The compiler for Teal, a typed dialect of Lua
MIT License
2.1k stars 108 forks source link

Update playground.yml to use newer node.js version #574

Closed lenscas closed 1 year ago

lenscas commented 1 year ago

As it goes wrong in the part that uploads the lua compiler to the playground I don't have a much better way to check if it works than making a PR and hope for the best.

I do however believe that updating the node.js version is the way forward compared to finding a version of netlify-cli that works on version 12 as 12 is ancient at this point.

lenscas commented 1 year ago

I guess the changed version doesn't run automatically, as it still tried to install node 12.

sveyret commented 1 year ago

I made the same try and had the same problem… :disappointed:

Aire-One commented 1 year ago

I guess the changed version doesn't run automatically, as it still tried to install node 12.

Yeah. I think the used workflow is always the one in the repository default branch.

To try a new workflow, you have to fork the repository and change the fork default branch to the feature branch with the new workflow. So that GitHub picks it up on your forked repository.

hishamhm commented 1 year ago

Thanks @lenscas! I'm moving forward and merging it