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

ci: fix publish ci error #103

Merged
merged 2 commits into from
Aug 29, 2023
Merged

ci: fix publish ci error #103

merged 2 commits into from
Aug 29, 2023

Conversation

zemyblue
Copy link
Member

@zemyblue zemyblue commented Aug 29, 2023

Description

  • fix publish ci error
    The node version of publish ci is low. So the ci error occurred.
    I update the node version to 16 via this pr.

Motivation and context

https://github.com/Finschia/finschia-js/actions/runs/5998436803/job/16267851954

Run yarn cache clean --all
yarn cache v1.22.19
success Cleared cache.
Done in 0.04s.
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
error @noble/hashes@1.3.1: The engine "node" is incompatible with this module. Expected version ">= 16". Got "14.21.3"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Error: Process completed with exit code 1.

How has this been tested?

You need to install act command for github action test.

$ act -j publish --container-architecture linux/amd64

Screenshots (if appropriate):

Checklist:

  • I have added a relevant changelog to CHANGELOG.md.
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.

Signed-off-by: zemyblue <zemyblue@gmail.com>
@zemyblue zemyblue self-assigned this Aug 29, 2023
Signed-off-by: zemyblue <zemyblue@gmail.com>
@zemyblue zemyblue marked this pull request as ready for review August 29, 2023 04:42
@zemyblue zemyblue merged commit d699b7e into Finschia:main Aug 29, 2023
2 checks passed
@zemyblue zemyblue deleted the feat/ci_error branch August 29, 2023 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants