Skip to content

Commit

Permalink
Set typescript version (#286)
Browse files Browse the repository at this point in the history
* Set typescript version to 4.7.4
  • Loading branch information
eyalb181 authored Aug 28, 2022
1 parent 996b628 commit 9e847c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ jobs:
run: |
echo "::set-output name=version::$(grep -m 1 version Cargo.toml | cut -d' ' -f3 | tr -d '\"' | cut -d'-' -f1)"
id: version
- run: npm install -g vsce typescript esbuild
# TypeScript set at 4.7.4 because @kubernetes/client-node 0.16.3 (and 0.17.0) breaks with version 4.8.2+
- run: npm install -g vsce [email protected] esbuild
- run: cp CHANGELOG.md LICENSE vscode-ext/
- run: cp /tmp/artifacts/x86_64-unknown-linux-gnu/libmirrord_layer.so vscode-ext/
- run: cd vscode-ext && npm install && tsc && vsce publish ${{ steps.version.outputs.version }} --target linux-x64
Expand Down

0 comments on commit 9e847c1

Please sign in to comment.