File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments