Skip to content

Commit

Permalink
Fix Publish Workflow (#55)
Browse files Browse the repository at this point in the history
* Specify version of node

* check-latest: true

* No arm64 on v14; switched to 16

* Add Python 2 installation for node-sass dependency

* Fix Python 2 install

* Update node-sass

* Add extra python dep

* Export right Python

* More Python fixes

* Add back publish line

* node-sass => sass

* Delete build-css script

* fix whitespace

---------

Co-authored-by: Ali Mohamad <alimohamad@microsoft.com>
  • Loading branch information
alimohamad and Ali Mohamad authored Nov 12, 2024
1 parent 3091115 commit 553e4d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npx webpack --config ./webpack.config.npm.js
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@
"enzyme-adapter-react-16": "^1.15.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.4",
"node-sass": "^4.14.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"sass-loader": "^7.1.0",
"sass-loader": "^10.1.1",
"style-loader": "^0.23.1",
"ts-jest": "^27.0.4",
"ts-loader": "^8.1.0",
Expand All @@ -51,6 +50,7 @@
"mobx-utils": "^5.5.5",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^4.0.8",
"sass": "^1.80.6",
"uri-join": "^1.0.1",
"vss-web-extension-sdk": "^5.141.0"
},
Expand Down

0 comments on commit 553e4d9

Please sign in to comment.