File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 scope : all
6666 # SDK-only smoke on the sdk engines floor (>=18.17.0): cli/playground
6767 # require Node >=22, so only the sdk tarball is installed and imported.
68- - node : 18
68+ - node : 18.17.0
6969 scope : sdk
7070 - node : 20
7171 scope : sdk
@@ -79,11 +79,14 @@ jobs:
7979 node-version : ${{ matrix.node }}
8080 package-manager-cache : false
8181 - run : bun install --frozen-lockfile
82- - run : bun scripts/verify.ts release --step build-packages
8382 - if : matrix.scope == 'all'
84- run : bun scripts/verify.ts release --step package-smoke
83+ run : |
84+ bun scripts/verify.ts release --step build-packages
85+ bun scripts/verify.ts release --step package-smoke
8586 - if : matrix.scope == 'sdk'
86- run : bun scripts/release/smoke-packed.ts --sdk-only
87+ run : |
88+ bun run build:sdk
89+ bun scripts/release/smoke-packed.ts --sdk-only
8790
8891 gate :
8992 name : Gate
You can’t perform that action at this time.
0 commit comments