Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df3260b

Browse filesBrowse files
committed
update node version
1 parent 80f0a43 commit df3260b
Copy full SHA for df3260b

File tree

2 files changed

+10
-2
lines changed
Filter options

2 files changed

+10
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+8
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ Follow tutorial [Deploying Full Stack React App to Heroku](https://jojozhuang.gi
3939

4040
Follow tutorial [Continuously Deploy Full Stack React App to Heroku and Netlify with Travis-CI](https://jojozhuang.github.io/tutorial/continuously-deploy-full-stack-react-app-to-heroku-and-netlify-with-travis-ci) to continuously deploy this Full Stack app to Heroku(RESTful API) and Netlify(Frontend React).
4141

42+
## Upgrade eo heorku20
43+
```sh
44+
heroku login
45+
heroku git:remote -a code-editor-react
46+
git commit --allow-empty -m "Upgrading to heroku-20"
47+
git push heroku master
48+
```
49+
4250
# Portfolio
4351
Read portfolio [Code Editor(React)](https://jojozhuang.github.io/project/code-editor-react/) to learn the main functions of this code editor.
4452

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"yargs-parser": "^20.2.9"
6464
},
6565
"engines": {
66-
"node": "9.4.0",
67-
"npm": "6.9.0"
66+
"node": "14.16.1",
67+
"npm": "6.14.12"
6868
}
6969
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.