You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your guide how to deploy vuepress on Gitlab, I have found that put these code in .gitlab-ci.yml may cause issue if you are using extension need node.js 10+ and it is recommend to use the node.js 10+ as well
The image: node:9.11.1 mean that the gitlab-ci will use node.js 9.11.1 which may cause issue somehow. I don't know if you could update the guide, maybe change node:9.11.1 into node:14.8.0 or something newer than node.js 10. Thanks for reading my issue.
Although this maybe unnecessary, here is my project if you want that: https://gitlab.com/LocTran016/genetics
The text was updated successfully, but these errors were encountered:
* Update deploy.md
Here is my issue: #2584
I've found that node:9.11.1 is too old and in the `Prerequisites` part of the guide, it's recommend to use node 10+ so update a small comment could be useful. I don't know if it is applicable to delete `node:9.11.1` and replace with `node:14.8.0` so I just add a comment
* Update deploy.md
Uh oh!
There was an error while loading. Please reload this page.
In your guide how to deploy vuepress on Gitlab, I have found that put these code in .gitlab-ci.yml may cause issue if you are using extension need node.js 10+ and it is recommend to use the node.js 10+ as well
The
image: node:9.11.1
mean that the gitlab-ci will use node.js 9.11.1 which may cause issue somehow. I don't know if you could update the guide, maybe changenode:9.11.1
intonode:14.8.0
or something newer than node.js 10. Thanks for reading my issue.Although this maybe unnecessary, here is my project if you want that: https://gitlab.com/LocTran016/genetics
The text was updated successfully, but these errors were encountered: