Skip to content

chore(ci): updated workflows#72

Merged
egordidenko merged 3 commits intomainfrom
chore/ci-dependabot
Jun 24, 2025
Merged

chore(ci): updated workflows#72
egordidenko merged 3 commits intomainfrom
chore/ci-dependabot

Conversation

@egordidenko
Copy link
Contributor

Description

Checklist

@egordidenko egordidenko requested a review from Copilot June 24, 2025 08:49
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR makes minor adjustments to the CI and dependency setup to update the workflows.

  • Updates the fallback prop type in the ConditionalSuspense component for broader compatibility.
  • Modifies the dependency version specification for "@uploadcare/file-uploader" in package.json.
  • Upgrades the Node version and changes the install command in the CI workflow.

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
packages/react-uploader/src/SSR/ConditionalSuspense/ConditionalSuspense.tsx Updates fallback type to React.ReactNode for enhanced compatibility.
packages/react-uploader/package.json Removes caret notation for fixed version dependency.
.github/workflows/checks.yml Updates Node version to 20 and changes install command from npm ci to npm i.
Comments suppressed due to low confidence (1)

.github/workflows/checks.yml:19

  • Using 'npm i' in a CI environment may lead to non-deterministic builds compared to 'npm ci'. Consider reverting to 'npm ci' to ensure reproducibility and faster installations.
        run: npm i

@egordidenko egordidenko merged commit 992d2fd into main Jun 24, 2025
6 checks passed
@egordidenko egordidenko deleted the chore/ci-dependabot branch June 24, 2025 08:51
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.

3 participants