Skip to content

fix: warning in CI for dist-typecheck workflow#2177

Open
hirehamir wants to merge 1 commit into
solidjs:mainfrom
hirehamir:fix/warning-in-ci-for-dist-typecheck
Open

fix: warning in CI for dist-typecheck workflow#2177
hirehamir wants to merge 1 commit into
solidjs:mainfrom
hirehamir:fix/warning-in-ci-for-dist-typecheck

Conversation

@hirehamir

Copy link
Copy Markdown
Contributor

PR Checklist

What is the current behavior?

The dist-typecheck workflow has a Node.js 20 is deprecated. warning.

What is the new behavior?

We use the latest versions of actions to remove all warnings from that workflow.

@changeset-bot

changeset-bot Bot commented Jul 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: d0331c7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify

netlify Bot commented Jul 10, 2026

Copy link
Copy Markdown

Deploy Preview for solid-start-landing-page ready!

Name Link
🔨 Latest commit d0331c7
🔍 Latest deploy log https://app.netlify.com/projects/solid-start-landing-page/deploys/6a517f0b18a07300084fe2c2
😎 Deploy Preview https://deploy-preview-2177--solid-start-landing-page.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.


- name: Use Node.js from nvmrc
uses: actions/setup-node@v4
uses: actions/setup-node@v6

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

These are the latest major versions of these actions at the time of this writing.

@pkg-pr-new

pkg-pr-new Bot commented Jul 10, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/solidjs/solid-start/@solidjs/start@2177
npm i https://pkg.pr.new/solidjs/solid-start/@solidjs/vite-plugin-nitro-2@2177

commit: d0331c7

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.

dist-typecheck workflow has a Node.js 20 is deprecated. warning

1 participant