docs: fix node version

pull/732/head
CHOYSEN 3 years ago
parent 0ac7ac1a6e
commit b2b5f87ddb

@ -135,7 +135,7 @@ deploy:
3. Create a file called `.gitlab-ci.yml` in the root of your project with the content below. This will build and deploy your site whenever you make changes to your content:
```yaml
image: node:10.22.0
image: node:16
pages:
cache:
paths:

Loading…
Cancel
Save