File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 with :
2626 node-version : 22
2727 cache : pnpm
28- - run : pnpm install --frozen-lockfile
28+ - run : pnpm install --no- frozen-lockfile
2929 - uses : changesets/action@v1
3030 with :
3131 version : pnpm changeset:version
Original file line number Diff line number Diff line change 2424 with :
2525 node-version : 22
2626 cache : pnpm
27- - run : pnpm install --frozen-lockfile
27+ - run : pnpm install --no- frozen-lockfile
2828 - run : pnpm version:check
2929
3030 cli-cross-platform :
4545 with :
4646 node-version : 22
4747 cache : pnpm
48- - run : pnpm install --frozen-lockfile
48+ - run : pnpm install --no- frozen-lockfile
4949 - run : pnpm test:cli
5050
5151 verify-linux :
7878 with :
7979 node-version : 22
8080 cache : pnpm
81- - run : pnpm install --frozen-lockfile
81+ - run : pnpm install --no- frozen-lockfile
8282 - run : pnpm test:cli
8383 - run : cargo fmt --manifest-path apps/server/Cargo.toml --all --check
8484 - run : cargo clippy --manifest-path apps/server/Cargo.toml --all-targets -- -D warnings
Original file line number Diff line number Diff line change 2626 with :
2727 node-version : 22
2828 cache : pnpm
29- - run : pnpm install --frozen-lockfile
29+ - run : pnpm install --no- frozen-lockfile
3030 - name : Verify tag matches package version
3131 run : |
3232 VERSION=$(node -e "console.log(require('./packages/cli/package.json').version)")
7575 node-version : 22
7676 cache : pnpm
7777 registry-url : ' https://registry.npmjs.org'
78- - run : pnpm install --frozen-lockfile
78+ - run : pnpm install --no- frozen-lockfile
7979 - run : pnpm release:check
80- - run : node -e "require('fs').mkdirSync('.artifacts', { recursive: true })"
80+ - run : ' node -e "require('' fs'' ).mkdirSync('' .artifacts'' , { recursive: true })"'
8181 - run : pnpm --dir .build/stage/npm/${{ matrix.package_slug }} pack --pack-destination ../../../../.artifacts
8282 - run : npm publish .build/stage/npm/${{ matrix.package_slug }} --access public
8383 env :
@@ -101,9 +101,9 @@ jobs:
101101 node-version : 22
102102 cache : pnpm
103103 registry-url : ' https://registry.npmjs.org'
104- - run : pnpm install --frozen-lockfile
104+ - run : pnpm install --no- frozen-lockfile
105105 - run : pnpm release:check
106- - run : node -e "require('fs').mkdirSync('.artifacts', { recursive: true })"
106+ - run : ' node -e "require('' fs'' ).mkdirSync('' .artifacts'' , { recursive: true })"'
107107 - run : pnpm --dir .build/stage/npm/coder-studio pack --pack-destination ../../../../.artifacts
108108 - run : npm publish .build/stage/npm/coder-studio --access public
109109 env :
You can’t perform that action at this time.
0 commit comments