Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: acoyfellow/cloudshell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: acoyfellow/cloudshell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/sandbox-backup-restore
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 16, 2026

  1. chore: Update CI workflow to use Node.js instead of Bun

    - Replace Bun setup with Node.js setup in GitHub Actions
    - Change dependency installation from Bun to npm
    - Update linting command to use npm
    acoyfellow committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    b61da61 View commit details
    Browse the repository at this point in the history
  2. chore: Set environment variable for Node.js in CI workflow

    - Add FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 environment variable to ensure Node.js 24 is used for JavaScript actions in GitHub Actions
    acoyfellow committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    f5eba0a View commit details
    Browse the repository at this point in the history
  3. refactor: Consolidate CI jobs into a single check job

    - Merge linting, type checking, and testing into a unified 'check' job in the CI workflow.
    - Update job names and streamline steps for better clarity and efficiency.
    - Remove redundant jobs for security audit and license check, focusing on essential checks.
    acoyfellow committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    0b4c897 View commit details
    Browse the repository at this point in the history
Loading