Skip to content

Commit

Permalink
docs: fix node version in gitlab ci template (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
CHOYSEN committed Jun 6, 2022
1 parent e97a41d commit 721fa36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/deploying.md
Expand Up @@ -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:
Expand Down

0 comments on commit 721fa36

Please sign in to comment.