Skip to content

Commit

Permalink
Merge pull request #49 from adzerk/simonramzi/sc-48140/javascript-dec…
Browse files Browse the repository at this point in the history
…ision-sdk-ignores-some-fields

[sc-48140] Fix for typescript compiler issues.
  • Loading branch information
honeycomb-cheesecake authored Aug 14, 2023
2 parents bc5534a + 9ea1456 commit b1e11be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-decision-spec-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:

- id: db6068b8-f5ed-4968-847e-b642595243fd
name: Install Typescript Compiler Globally
run: npm install --global typescript
run: |
npm install --global [email protected]
tsc --version
- id: e842d27d-141c-47f2-b64c-2c5702984edf
name: Compile Package
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Typescript compiler error by fixing to version `5.x` on install. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).

## [1.0.4] - 2023-08-14

### Fixed

- GitHub Actions working directory references `publish-decision-spec-packages.yml`. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).

## [1.0.3] - 2023-08-14
Expand Down

0 comments on commit b1e11be

Please sign in to comment.