File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 # unrelated changes from a feature branch into the refresh PR.
3232 ref : main
3333
34+ - uses : actions/setup-node@v6
35+ with :
36+ node-version : 22
37+
3438 - uses : oven-sh/setup-bun@v2
3539
3640 - run : bun install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 - uses : oven-sh/setup-bun@v2
104104 - uses : actions/setup-node@v6
105105 with :
106- node-version : " lts/* "
106+ node-version : 22
107107 registry-url : " https://registry.npmjs.org"
108108 - run : bun install --frozen-lockfile
109109
@@ -293,7 +293,7 @@ jobs:
293293 - uses : oven-sh/setup-bun@v2
294294 - uses : actions/setup-node@v6
295295 with :
296- node-version : " lts/* "
296+ node-version : 22
297297 registry-url : " https://registry.npmjs.org"
298298 - run : bun install --frozen-lockfile
299299
@@ -461,7 +461,7 @@ jobs:
461461 - uses : oven-sh/setup-bun@v2
462462 - uses : actions/setup-node@v6
463463 with :
464- node-version : " lts/* "
464+ node-version : 22
465465 registry-url : " https://registry.npmjs.org"
466466 - run : bun install --frozen-lockfile
467467
You can’t perform that action at this time.
0 commit comments