docs: fix node version in gitlab ci template (#732)

pull/742/head
CHOYSEN 3 years ago committed by GitHub
parent e97a41dcf2
commit 721fa364ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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