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

webpack-dashboard: clear pipeline warnings #358

Closed
acharyakavita opened this issue Aug 6, 2024 · 1 comment · Fixed by #359
Closed

webpack-dashboard: clear pipeline warnings #358

acharyakavita opened this issue Aug 6, 2024 · 1 comment · Fixed by #359
Assignees

Comments

@acharyakavita
Copy link
Contributor

This project currently has node version warnings in the CICD pipeline logs. This is likely due to using an old version of the below actions.
Try and convert to the newest version.
- actions/checkout → actions/checkout@v4
- actions/setup-node → actions/setup-node@v4
- pnpm/action-setup → pnpm/action-setup@v3
- actions/cache → actions/cache@v4
- actions/stale → actions/stale@v4
In order to conform with Nearform_Commerce OSS standards, please convert to use newer versions which no longer have the warning.

    created by Sawyer Automation Bot © using github cli
@acharyakavita acharyakavita self-assigned this Aug 6, 2024
@acharyakavita acharyakavita linked a pull request Aug 6, 2024 that will close this issue
8 tasks
@Mati882023
Copy link

This project currently has node version warnings in the CICD pipeline logs. This is likely due to using an old version of the below actions.
Try and convert to the newest version.
- actions/checkout → actions/checkout@v4
- actions/setup-node → actions/setup-node@v4
- pnpm/action-setup → pnpm/action-setup@v3
- actions/cache → actions/cache@v4
- actions/stale → actions/stale@v4
In order to conform with Nearform_Commerce OSS standards, please convert to use newer versions which no longer have the warning.

    created by Sawyer Automation Bot © using github cli

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 a pull request may close this issue.

2 participants