Skip to content

Commit 419ce41

Browse files
author
robot
committed
upgrade node
1 parent 6277445 commit 419ce41

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Use Node.js
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: '14.4.0'
27+
node-version: '14.15.0'
2828

2929
# Runs a single command using the runners shell
3030
- name: Install and Build

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"engines": {
6-
"node": "14.4.0"
6+
"node": "14.x"
77
},
88
"dependencies": {
99
"@ant-design/icons": "^4.2.2",
@@ -13,6 +13,7 @@
1313
"@testing-library/react": "^9.3.2",
1414
"@testing-library/user-event": "^7.1.2",
1515
"antd": "^4.9.3",
16+
"katex": "^0.16.9",
1617
"react": "^17.0.1",
1718
"react-debounce-render": "^7.0.0",
1819
"react-dom": "^17.0.1",

0 commit comments

Comments
 (0)