Skip to content

Commit 131021a

Browse files
mhshami01marianan
andauthored
User/marine/packagesupgrade (#615)
* Remove VSCode package and upgrade rest of dependencies * migrate authentication mechanism Co-authored-by: Mariana Mihova <marine@microsoft.com>
1 parent acd1f2e commit 131021a

18 files changed

+7193
-4276
lines changed

.github/workflows/vscode.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install NodeJs
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: 16.x
22+
node-version: 17.x
2323
- name: Check if release required
2424
id: check-tag
2525
run: |
@@ -34,7 +34,9 @@ jobs:
3434
- name: npm install
3535
run: |
3636
npm install
37-
sudo npm install -g vsce
37+
- name: install -g vsce
38+
run: |
39+
npm install -g vsce
3840
- name: npm Package
3941
run: |
4042
npm run tslint
@@ -72,7 +74,7 @@ jobs:
7274
- name: Install NodeJs
7375
uses: actions/setup-node@v1
7476
with:
75-
node-version: 16.x
77+
node-version: 17.x
7678
- name: npm install
7779
run: |
7880
npm install

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
2+
## 1.25.2 - 2021-11-30
3+
### Changed
4+
* Update npm package dependencies
5+
26
## 1.25.1- 2021-10-26
37
### Changed
48
* Fixed issue with processing of modules lacking the image URI

0 commit comments

Comments
 (0)