Skip to content

Commit 81e1d1b

Browse files
committed
Fixes
1 parent 9e5cc28 commit 81e1d1b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
- name: Install Node.js
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: 10.x
15+
node-version: 12.x
16+
- run: npm install
1617
- name: Publish
1718
run: npm run deploy
1819
env:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-html-css",
33
"displayName": "HTML CSS Support",
44
"description": "CSS support for HTML documents",
5-
"version": "0.9.3",
5+
"version": "0.9.4",
66
"publisher": "ecmel",
77
"license": "MIT",
88
"homepage": "https://github.com/ecmel/vscode-html-css",
@@ -51,7 +51,7 @@
5151
"pretest": "npm run compile && npm run lint",
5252
"lint": "eslint src --ext ts",
5353
"test": "node ./out/test/runTest.js",
54-
"deploy": "vsce publish --yarn"
54+
"deploy": "vsce publish"
5555
},
5656
"devDependencies": {
5757
"@types/css-tree": "^1.0.4",

0 commit comments

Comments
 (0)