sergiodxa / remix-auth

Simple Authentication for Remix
https://sergiodxa.github.io/remix-auth/
MIT License
2k stars 110 forks source link

Update Github Action Workflows to use Node 18 #247

Closed aydrian closed 1 year ago

aydrian commented 1 year ago

The current CI errors seem to stem from the workflows using version 14 of NodeJS. I downgraded the version on my machine to 14 and received the same errors. I've bumped all the NodeJS versions in all the workflows to a minimum of Node 18 which I believe is also the minimum version required by Remix.