Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Update snapshots and workflows for Node 20 #1021

Closed
wants to merge 4 commits into from

Conversation

awharn
Copy link
Member

@awharn awharn commented Oct 17, 2023

What It Does
Changes workflow to use Node 18 and 20
Updates broken snapshots

How to Test

Review Checklist
I certify that I have:

Additional Comments

Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
...s/imperative/src/config/cmd/report-env/EnvItems.ts 100.00% <ø> (ø)

... and 1 file with indirect coverage changes

📢 Thoughts on this report? Let us know!.

Copy link
Member

@gejohnston gejohnston left a comment

Choose a reason for hiding this comment

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

Sorry, I think that we miscommunicated about where these changes can be made. I was thinking that we can merge from CLI/master into CLI/add-imp-v2. You were thinking that your changes have to placed into imperative/master because these files do not exist in the master branch of CLI. They only exist in the master branch of imperative.

We can no longer merge from imperative/master into cli/add-imp-v2 because there has been too much structural change.

I think that we have to ask you to discard this PR and create your changes in a local copy of cli/add-imp-v2 that you can then push to the remote version of cli/add-imp-v2.

@@ -69,8 +69,8 @@ function formatLogLevelMsg(logTypeName: string) {
export const probTests: IProbTest[] = [
{
itemId: ItemId.NODEJS_VER,
probExpr: "semver.satisfies('{val}', '<14.x || 15.x || 17.x || >=19.x')",
probMsg: "Only Node.js versions 14, 16, and 18 are supported."
probExpr: "semver.satisfies('{val}', '<17.x || 19.x || >=21.x')",
Copy link
Member

Choose a reason for hiding this comment

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

you will find that this change has already been made in cli/add-imp-v2.

@gejohnston
Copy link
Member

It occurs to me that you still have to make these changes to imperative/master just to get the current Zowe release out the door. I approve all of the updates. I just have to ask you to make them again for the CLI/add-imp-v2 branch. Sorry that you have to do duplicated work.

@zFernand0
Copy link
Member

@awharn
is this good to be closed?

@awharn awharn closed this Oct 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants