Skip to content

Conversation

@GyeongHoKim
Copy link
Contributor

Reproduce

All recent failures of Github actions: lint.yml

Reason

Yellowstone uses commander@13.1.0 which expects node version ">=18", but lint workflow runs on Node 14.21.3
Also, there are many files that does not follow eslint rules.

What I did

  1. update lint.yml to use node version 18, and update old actions such as checkout, seutup node, lint
  2. Fixed all ESLint errors except for unused variables (which I don't fully understand, but maybe they are used somehow in the future).

- Yellostone uses commander@13.1.0 and it expects node version ">=18",
but lint workflow runs on node 14.21.3
- Update all actions to LTS version
- Recent commits updated package-lock.json but workflow uses yarn.lock,
delete yarn.lock.
- fix lint errors(unused variables)
- fix lint error to use const variables for never changed variables
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.

1 participant