Skip to content

Commit 09faa61

Browse files
authored
Merge branch 'main' into codex/managed-npm-global-commands
2 parents 0106c8d + 2e7f74d commit 09faa61

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,15 @@ jobs:
314314
node-version: 24
315315
command: |
316316
vp check --fix
317+
- name: varlet
318+
node-version: 22
319+
command: |
320+
# scripts/bootstrap.mjs spawns `pnpm build` via tinyexec and needs
321+
# pnpm on PATH (not exposed by the vp install itself).
322+
vp i -g pnpm
323+
node scripts/bootstrap.mjs
324+
vp run lint
325+
vp run test:coverage
317326
exclude:
318327
# frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
319328
- os: windows-latest
@@ -335,6 +344,10 @@ jobs:
335344
- os: windows-latest
336345
project:
337346
name: npmx.dev
347+
# varlet upstream CI is ubuntu-only
348+
- os: windows-latest
349+
project:
350+
name: varlet
338351

339352
steps:
340353
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

ecosystem-ci/repo.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,11 @@
119119
"branch": "main",
120120
"hash": "6192f60653c124ae068efaf5d7d0a4134c95edbd",
121121
"forceFreshMigration": true
122+
},
123+
"varlet": {
124+
"repository": "https://github.com/varletjs/varlet.git",
125+
"branch": "dev",
126+
"hash": "83f6c6a418ab9319e07d719d86d4fa952f99e266",
127+
"forceFreshMigration": true
122128
}
123129
}

0 commit comments

Comments
 (0)