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

chore(core): update actions/setup-node to v4 in ci-workflow generator #26642

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LayZeeDK
Copy link
Contributor

@LayZeeDK LayZeeDK commented Jun 23, 2024

Currently, the following warning is output when using GitHub Actions.

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Current Behavior

  • The actions/setup-node GitHub Action is installed in version 3.x which uses the deprecated Node.js 16 runtime for GitHub Actions

Expected Behavior

  • The actions/setup-node GitHub Action is installed in version 4.x which uses the supported Node.js 20 runtime for GitHub Actions

Related Issue(s)

Fixes #

@LayZeeDK LayZeeDK requested a review from a team as a code owner June 23, 2024 20:15
@LayZeeDK LayZeeDK requested a review from Cammisuli June 23, 2024 20:15
Copy link

vercel bot commented Jun 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Jun 25, 2024 0:18am

@LayZeeDK LayZeeDK force-pushed the patch-1 branch 2 times, most recently from df0d84b to c1a1da3 Compare June 24, 2024 07:12
@LayZeeDK LayZeeDK changed the title chore: update actions/setup-node to v4 in ci-workflow generator chore(core): update actions/setup-node to v4 in ci-workflow generator Jun 24, 2024
@LayZeeDK
Copy link
Contributor Author

I need a little help to update the Jest snapshots in the workspace project.

I don't have Rust on my local Windows machine and pnpm errs in the dev container.

I'll try to solve it but if someone with write permissions could update the relevant Jest snapshots, that would be great.

@LayZeeDK LayZeeDK force-pushed the patch-1 branch 2 times, most recently from 28c6aa8 to e03de5f Compare June 25, 2024 06:39
…erator

Currently, the following warning is output when using GitHub Actions.

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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

1 participant