AlaskaAirlines / auro-hyperlink

Custom hyperlink element to connect webpages or data items to one another
https://auro.alaskaair.com/components/auro/hyperlink
Apache License 2.0
2 stars 2 forks source link

Update to Node 18 #168

Closed blackfalcon closed 11 months ago

blackfalcon commented 1 year ago

Is your feature request related to a problem? Please describe.

Repo is structured to only support Node 16.

Describe the solution you'd like

Update to support Node 18.

https://github.com/AlaskaAirlines/auro-flight/blob/50854e9213f571c6137303fa466a7ea9a3df944a/package.json#L18-L20

https://github.com/AlaskaAirlines/auro-flight/blob/50854e9213f571c6137303fa466a7ea9a3df944a/.github/workflows/testPublish.yml#L18

https://github.com/AlaskaAirlines/auro-flight/blob/50854e9213f571c6137303fa466a7ea9a3df944a/.github/workflows/testPublish.yml#L40

Update all action dependencies to v3

https://github.com/AlaskaAirlines/auro-flight/blob/50854e9213f571c6137303fa466a7ea9a3df944a/.github/workflows/testPublish.yml#L21-L43

Exit criteria

This issue is complete once all the code references have been updated to support Node 18 and the latest dependency versions.

This issue was copied from #58 by @blackfalcon.