Skip to content

Commit df6978b

Browse files
committed
Forced vsce version on build
1 parent ff5e3ae commit df6978b

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
${{ runner.os }}-build-${{ env.cache-name }}-
5656
${{ runner.os }}-build-
5757
${{ runner.os }}-
58-
- run: npm install -g vsce
58+
- run: npm install -g vsce@1.80.0
5959
- run: vsce package
6060
- run: echo "VSIX_PATH=$(find . -maxdepth 1 -type f -iname "*.vsix" | head -1)" >> $GITHUB_ENV
6161
- run: echo "VSIX_NAME=$(basename $(find . -maxdepth 1 -type f -iname "*.vsix" | head -1))" >> $GITHUB_ENV
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
node-version: "14"
7676
- run: yarn install
77-
- run: npm install -g vsce
77+
- run: npm install -g vsce@1.80.0
7878
- run: vsce package
7979
- run: echo "VSIX_PATH=$(find . -maxdepth 1 -type f -iname "*.vsix" | head -1)" >> $GITHUB_ENV
8080
- run: echo "VSIX_NAME=$(basename $(find . -maxdepth 1 -type f -iname "*.vsix" | head -1))" >> $GITHUB_ENV

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
44

55
<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->
66

7+
## [8.0.1]
8+
9+
- Forced version of vsce on build
10+
711
## [8.0.0]
812

913
- Updated Prettier to 2.3.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "prettier-vscode",
33
"displayName": "Prettier - Code formatter",
44
"description": "Code formatter using prettier",
5-
"version": "8.0.0",
5+
"version": "8.0.1",
66
"publisher": "esbenp",
77
"author": "Prettier <@prettiercode>",
88
"galleryBanner": {

0 commit comments

Comments
 (0)