Skip to content
New issue

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

Fix failing workflow runs caused by node v18.14 #2883

Merged
merged 4 commits into from
Feb 22, 2023

Conversation

RasmusKjeldgaard
Copy link
Collaborator

Which issue does this PR close?

This PR closes #2872

What is the new behavior?

All workflow runs have been failing during the Kirby setup action, since this PR: #2828

@jakobe identified that during this run: https://github.com/kirbydesign/designsystem/actions/runs/4122277468 the Kirby setup action did not fail for two of the workflow runs, only for 'Build Kirby Cookbook' - and the only difference is that it uses node v18.14 instead of v18.13.

In this PR we cap the version to v18.13 until we have figured out to migrate further.

Does this PR introduce a breaking change?

  • Yes
  • No

Checklist:

The following tasks should be carried out in sequence in order to follow the process of contributing correctly.

Reminders

  • [ ] Make sure you have implemented tests following the guidelines in: "The good: Test".
  • [ ] Make sure you have updated the cookbook with examples and showcases (for bug fixes, enhancements & new components).

Review

  • Determine if your changes are a fix, feature or breaking-change, and add the matching label to your PR. If it is tooling, dependency updates or similar, add ignore-for-release.
  • Do a self-review.
  • Request that the changes are code-reviewed
  • [ ] Request that the changes are UX reviewed (only necessary if your PR introduces visual changes)

When the pull request has been approved it will be merged to develop by Team Kirby.

@RasmusKjeldgaard RasmusKjeldgaard added the ignore-for-release Housekeeping, tooling etc. that have no relevance for consumers of Kirby label Feb 21, 2023
@RasmusKjeldgaard RasmusKjeldgaard self-assigned this Feb 21, 2023
@RasmusKjeldgaard RasmusKjeldgaard changed the title ci: update engines node Fix failing workflow runs caused by node v18.14 Feb 21, 2023
@github-actions github-actions bot temporarily deployed to pr-2872-generate-mocks-cannot-find-core February 21, 2023 15:01 Inactive
Copy link
Collaborator

@jakobe jakobe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@RasmusKjeldgaard RasmusKjeldgaard enabled auto-merge (squash) February 22, 2023 08:05
@RasmusKjeldgaard RasmusKjeldgaard merged commit 2b72dff into develop Feb 22, 2023
@RasmusKjeldgaard RasmusKjeldgaard deleted the bug/2872-generate-mocks-cannot-find-core branch February 22, 2023 08:06
SigurdVilstrup pushed a commit that referenced this pull request Mar 28, 2023
Co-authored-by: Jakob Engelbrecht <jakob@basher.dk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release Housekeeping, tooling etc. that have no relevance for consumers of Kirby
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] generate mocks cannot find designsystem/core
2 participants