Skip to content

Commit

Permalink
User/marine/packagesupgrade (#615)
Browse files Browse the repository at this point in the history
* Remove VSCode package and upgrade rest of dependencies
* migrate authentication mechanism

Co-authored-by: Mariana Mihova <marine@microsoft.com>
  • Loading branch information
mhshami01 and marianan authored Nov 16, 2021
1 parent acd1f2e commit 131021a
Show file tree
Hide file tree
Showing 18 changed files with 7,193 additions and 4,276 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install NodeJs
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 17.x
- name: Check if release required
id: check-tag
run: |
Expand All @@ -34,7 +34,9 @@ jobs:
- name: npm install
run: |
npm install
sudo npm install -g vsce
- name: install -g vsce
run: |
npm install -g vsce
- name: npm Package
run: |
npm run tslint
Expand Down Expand Up @@ -72,7 +74,7 @@ jobs:
- name: Install NodeJs
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 17.x
- name: npm install
run: |
npm install
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log
## 1.25.2 - 2021-11-30
### Changed
* Update npm package dependencies

## 1.25.1- 2021-10-26
### Changed
* Fixed issue with processing of modules lacking the image URI
Expand Down
Loading

0 comments on commit 131021a

Please sign in to comment.