cloudflare / pages-action

MIT License
468 stars 95 forks source link

Add wranglerVersion options #82

Closed perrornet closed 1 year ago

perrornet commented 1 year ago

There is an issue with the cloudflare/next-on-pages library that causes a "Script startup exceeded CPU time limit" error after using the publish command. This issue has been fixed in https://github.com/cloudflare/next-on-pages/issues/54. However, currently only the publish command from wrangler@2.16.0 version can run properly, so I need the wranglerVersion feature.

WalshyDev commented 1 year ago

This action uses the latest Wrangler version, which right now is 2.20. Are you trying to go back to 2.16 or use the beta branch?

perrornet commented 1 year ago

I want to use version 2.16, so I would like to be able to specify the version of Wrangler.