File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments