We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7554d75 commit d6f6345Copy full SHA for d6f6345
.github/workflows/deploy-manager.yml
@@ -28,7 +28,8 @@ jobs:
28
exit 1
29
else
30
echo "Package version has been updated to $PACKAGE_VERSION."
31
- fi
+ echo "::set-output name=package_version::$PACKAGE_VERSION"
32
+ fi
33
34
- name: Install dependencies
35
run: npm install && npm audit fix
package.json
@@ -46,7 +46,7 @@
46
"karma": "^6.3.19",
47
"karma-chrome-launcher": "^2.2.0",
48
"karma-jasmine": "^1.1.2",
49
- "katex": "^0.11.1",
+ "katex": "^0.16.10",
50
"mini-css-extract-plugin": "^0.4.5",
51
"optimize-css-assets-webpack-plugin": "^5.0.4",
52
"url-loader": "^1.1.2",
0 commit comments