Skip to content

Conversation

@le-cong
Copy link
Contributor

@le-cong le-cong commented Apr 4, 2024

Fixes #74
Fixes #63

@le-cong le-cong added the PATCH label Apr 4, 2024
@le-cong le-cong self-assigned this Apr 4, 2024
@le-cong le-cong added MAJOR and removed PATCH labels Apr 4, 2024
@github-actions
Copy link

github-actions bot commented Apr 8, 2024

Beta Published - Install Command: npm install @checkdigit/github-actions@2.0.0-PR.76-ef8c

@le-cong le-cong requested review from adcreare and carlansley April 8, 2024 21:33
@le-cong
Copy link
Contributor Author

le-cong commented Apr 8, 2024

@adcreare the Coverage job is failing and it seems to be caused by flaky tests and some other issue. is that sth we normally ignore? or there is sth we have to fix? - i did fixed one of the flaky test in check-label in case the PR label is not PATCH (MAJOR in this case)

otherwise the real testings were done using:

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we need this action. its not a published npm module

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we need this action. its not a published npm module

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we need this action. its not a published npm module

package.json Outdated
"prepublishOnly": "npm run dist",
"lint": "eslint -f unix --ext .js,.ts src/**",
"lint:fix": "eslint -f unix --ext .js,.ts src/** --fix",
"prepublishOnly": "npm run build:dist-types && npm run build:dist-mjs",
Copy link
Contributor

Choose a reason for hiding this comment

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

since this isn't being published, probably don't need types?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

in that case, i'll also remove the check-published check.

@le-cong le-cong requested a review from carlansley April 8, 2024 22:06
Copy link
Contributor

@adcreare adcreare left a comment

Choose a reason for hiding this comment

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

LGTM

@adcreare
Copy link
Contributor

adcreare commented Apr 11, 2024

I think the coverage issue is ok. I think its failing because it needs to move to node 20 in main.

@github-actions
Copy link

✅ PR review status - All reviews completed and approved!

@le-cong le-cong merged commit ca9dc6e into main Apr 15, 2024
@le-cong le-cong deleted the node20-esm branch April 15, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

node20 / esm Update actions to use node20

4 participants