Skip to content

Commit 01e6ed1

Browse files
chore(build): Update CI dependencies and submodules
- Updated GitHub Actions `setup-node` from v4.3.0 to v4.4.0 in NPM.yml and Node.yml workflows to leverage improved caching and Node.js environment handling - Updated multiple submodule references to their latest commits: - Biome: Modern linter/formatter critical for maintaining code quality in Rust/TypeScript codebases - Microsoft: Likely VS Code extension host dependencies for Cocoon shim layer - OXC: JavaScript toolchain component (possibly related to SWC/Rolldown integration) - Rolldown: Rust-based bundler used in Rest's extension bundling pipeline - SWC: Core transpilation/bundling tool for Sky frontend and Cocoon shim These updates ensure Land's development toolchain remains current with upstream improvements in performance, security, and compatibility - particularly important for maintaining build system reliability as we migrate VS Code extensions to Cocoon's Node.js environment.
1 parent 69d5745 commit 01e6ed1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/NPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v4.2.2
6060

61-
- uses: actions/setup-node@v4.3.0
61+
- uses: actions/setup-node@v4.4.0
6262
with:
6363
node-version: "18"
6464
registry-url: "https://registry.npmjs.org"

.github/workflows/Node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
--unsafe-perm=true
7676
]
7777
78-
- uses: actions/setup-node@v4.3.0
78+
- uses: actions/setup-node@v4.4.0
7979
with:
8080
node-version: ${{ matrix.node-version }}
8181
cache: "pnpm"

Biome

Submodule Biome updated 1 file

Microsoft

Submodule Microsoft updated 2 files

OXC

Submodule OXC updated 1 file

Rolldown

Submodule Rolldown updated 1 file

SWC

0 commit comments

Comments
 (0)