ory / integrations

Apache License 2.0
19 stars 24 forks source link

Upgrade actions to node 18 #62

Closed dan-j closed 4 months ago

dan-j commented 5 months ago

The release triggered as per the discussion in https://github.com/ory/integrations/issues/51 failed because the version of node in the GitHub Actions release workflow is older than what next requires.

The tests pass locally when upgrading to node v18.19.1, so I suggest we upgrade actions as such.

Additionally, the test workflow is already configured to run using v18 and v20, so this shouldn't be an issue from a compatibility perspective.

dan-j commented 4 months ago

@aeneasr are you able to trigger a new release since the above was merged? Happy to close this once that's addressed.

aeneasr commented 4 months ago

Thank you for the reminder, done!