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

refactor: set pipelines and local node versions equally #263

Merged
merged 5 commits into from
Feb 22, 2023

Conversation

mfranzke
Copy link
Member

@mfranzke mfranzke commented Feb 20, 2023

Not using the same Node version leads to problems in the pipeline that weren't occuring on localhost, like e.g. the following in DB UI Elements repository: https://github.com/db-ui/elements/actions/runs/4220820918/jobs/7327485768

We're using the init cache action as the basis as this perfectly separates workflows / workflow steps that we even also run locally and the ones that are only run in the pipeline; great idea, thanks to @nmerget.

Fixes #262

@mfranzke mfranzke added bug Something isn't working cicd labels Feb 20, 2023
@mfranzke mfranzke self-assigned this Feb 20, 2023
@mfranzke mfranzke linked an issue Feb 20, 2023 that may be closed by this pull request
@github-actions
Copy link
Contributor

🔭🐙🐈 Test this branch here: https://db-ui.github.io/base/review/262-not-setting-node-version-for-pipelines

@mfranzke mfranzke added this to the Release 1.0 milestone Feb 20, 2023
dkolba
dkolba previously approved these changes Feb 21, 2023
@db-ui db-ui locked and limited conversation to collaborators Feb 21, 2023
@db-ui db-ui unlocked this conversation Feb 21, 2023
@mfranzke mfranzke marked this pull request as draft February 21, 2023 13:13
@mfranzke mfranzke changed the title refactor: set pipelines and local node equally refactor: set pipelines and local node versions equally Feb 21, 2023
@mfranzke mfranzke marked this pull request as ready for review February 22, 2023 05:25
@mfranzke mfranzke enabled auto-merge (squash) February 22, 2023 05:45
@mfranzke mfranzke merged commit a2309c6 into main Feb 22, 2023
@mfranzke mfranzke deleted the 262-not-setting-node-version-for-pipelines branch February 22, 2023 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cicd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not setting node version for pipelines
3 participants