Skip to content

Commit

Permalink
Merge pull request #15 from rstm-sf/infra/update_dependencies
Browse files Browse the repository at this point in the history
Update lang server
  • Loading branch information
rstm-sf authored Mar 26, 2023
2 parents f81113b + 1304fbd commit cb12ef1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Checkout submodules
shell: bash
Expand All @@ -27,9 +27,9 @@ jobs:
git submodule update --init --recursive
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x

- name: Build lsp-server
env:
Expand All @@ -40,14 +40,14 @@ jobs:
run: dotnet publish -c Release -o ../../../../dist/LanguageServer/ -p:DebugType=None;DebugSymbols=false

- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ env.node-version }}
- run: npm install
- run: npm run deploy

- name: Upload package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: artifacts-view-avalonia-preview-vscode
path: ./*.vsix

0 comments on commit cb12ef1

Please sign in to comment.