1 parent 6277445 commit 419ce41Copy full SHA for 419ce41
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Use Node.js
25
uses: actions/setup-node@v3
26
with:
27
- node-version: '14.4.0'
+ node-version: '14.15.0'
28
29
# Runs a single command using the runners shell
30
- name: Install and Build
package.json
@@ -3,7 +3,7 @@
3
"version": "0.1.0",
4
"private": true,
5
"engines": {
6
- "node": "14.4.0"
+ "node": "14.x"
7
},
8
"dependencies": {
9
"@ant-design/icons": "^4.2.2",
@@ -13,6 +13,7 @@
13
"@testing-library/react": "^9.3.2",
14
"@testing-library/user-event": "^7.1.2",
15
"antd": "^4.9.3",
16
+ "katex": "^0.16.9",
17
"react": "^17.0.1",
18
"react-debounce-render": "^7.0.0",
19
"react-dom": "^17.0.1",
0 commit comments