File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 strategy :
2323 fail-fast : false
2424 matrix :
25- node-version : [20.x, 22.x]
25+ # Node 22+ : the Vite 6 example config loader needs node:module.registerHooks
26+ # (absent in Node 20), and GitHub is deprecating Node 20 on runners.
27+ node-version : [22.x, 24.x]
2628 dir :
2729 - test/cloudflare-worker # wrangler / esbuild
2830 - test/cloudflare-vite # Vite / Rollup
Original file line number Diff line number Diff line change 22 "slow" : 1000 ,
33 "timeout" : 40000 ,
44
5+ // The test/cloudflare-* dirs are self-contained Cloudflare example projects
6+ // (with their own deps); they must not be picked up by the "test/**/*.ts"
7+ // runner or it fails to resolve their bundler deps (e.g. nitropack).
8+ "ignore" : [
9+ " test/cloudflare-*/**"
10+ ],
11+
512 "node-option" : [
613 " import=./register.js"
714 ]
You can’t perform that action at this time.
0 commit comments