Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nrontsis committed Oct 21, 2024
1 parent 964ebfa commit 61e998d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- name: clean install dependencies
run: cd client && npm ci
Expand All @@ -26,7 +26,7 @@ jobs:
npm run vscepack
- name: upload vsix as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: extension-package
path: client/*.vsix

0 comments on commit 61e998d

Please sign in to comment.