withastro / action

A GitHub Action that deploys your Astro project to GitHub Pages
Other
153 stars 34 forks source link

Allow Specifying Versions of setup-node and upload-pages-artifact #44

Closed taylorfsteele closed 7 months ago

taylorfsteele commented 7 months ago

Hey folks, I just tried to use this action in a GHES environment and wasn't able to because the versions of setup-node and upload-pages-artifact aren't supported on my GHES version.

It would be great if I could specify which versions of these actions to allow compatibility with GHES.

Thanks!

natemoo-re commented 7 months ago

This is probably best solved by us keeping the action up-to-date rather than introducing a new user-facing setting!

We were a bit slow on getting v2.0.0 out, but this should be fixed as of #41.