Skip to content

Commit d98e2c5

Browse files
authored
docs: fix node version typo (#2825)
1 parent ff86c73 commit d98e2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f
204204
2. Create a file named `.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:
205205

206206
```yaml
207-
image: node:16
207+
image: node:18
208208
pages:
209209
cache:
210210
paths:

0 commit comments

Comments
 (0)