Skip to content

Commit

Permalink
Update cody commit (#1402)
Browse files Browse the repository at this point in the history
## Test plan
1. full qa
  • Loading branch information
mkondratek authored Apr 26, 2024
1 parent d13a413 commit b15d130
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1.1.0
- run: ./scripts/install-ldid.sh
- run: yarn global add pnpm@9.0.5
- run: yarn global add pnpm@8.6.7
- run: |
echo "RELEASE_VERSION=$(./scripts/version-from-git-tag.sh)" >> $GITHUB_ENV
- run: echo "Publishing version $RELEASE_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scip-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: "Upload SCIP"
steps:
- uses: actions/checkout@v3
- run: yarn global add pnpm@9.0.5
- run: yarn global add pnpm@8.6.7
- run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
shell: bash
id: pnpm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Fetch Sources
uses: actions/checkout@v3
- run: yarn global add pnpm@9.0.5
- run: yarn global add pnpm@8.6.7
- run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
shell: bash
id: pnpm-cache
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ our [issue tracker](https://github.com/sourcegraph/cody/issues/new/choose).
Few tips and tricks regarding versioning of the tooling:

- If you are using macOS and chose not to use `asdf`, use `corepack`, not `brew`, to install `pnpm`
version `9.0.5`: `corepack install --global pnpm@9.0.5`
version `8.6.7`: `corepack install --global pnpm@8.6.7`
Currently `brew` does not allow you to pick custom `pnpm` version which is
causing [various issues](https://github.com/pnpm/pnpm/issues/6903).
- Use `node` version `18` (newer versions causes hard to diagnose errors with `ERR_INVALID_THIS`).
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ gradleVersion=8.1.1
kotlin.stdlib.default.dependency=false
# See https://docs.gradle.org/current/userguide/build_cache.html#sec:build_cache_configure
cody.autocomplete.enableFormatting=true
cody.commit=a7fe3bb4926a2ead1f94b10da46e447f58301c8c
cody.commit=a64e26e6a78ec36dca54c1ae994c8e122c0189a8

0 comments on commit b15d130

Please sign in to comment.