We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repo is structured to only support Node 16.
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
v3
https://github.com/AlaskaAirlines/auro-flight/blob/50854e9213f571c6137303fa466a7ea9a3df944a/.github/workflows/testPublish.yml#L21-L43
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.
The text was updated successfully, but these errors were encountered:
perf: update to node 18 #33
971275b
Change to be committed: modified: package-lock.json modified: package.json modified: .github/workflows/testPublish.yml modified: /test/auro-alert.test.js
216ab80
chore(release): 2.0.4 [skip ci]
d799d8a
## [2.0.4](v2.0.3...v2.0.4) (2023-06-29) ### Performance Improvements * **deps:** remove unsed dependencies from project ([ab67636](ab67636)) * fix general feedback ([1c70c07](1c70c07)) * remove legacy es5 bundling resources [#31](#31) ([6c5b43a](6c5b43a)) * update to Lit2.0, TS support, issue templates, component registration extension [#32](#32) and update all depedencies legacy [#34](#34) ([c52ee38](c52ee38)) * update to node 18 [#33](#33) ([216ab80](216ab80))
irma-kurnia-alaska
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: