From b2b5f87ddb51d73a78667e25ef4a4e69a4166a88 Mon Sep 17 00:00:00 2001 From: CHOYSEN Date: Mon, 6 Jun 2022 21:46:31 +0800 Subject: [PATCH] docs: fix node version --- docs/guide/deploying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/deploying.md b/docs/guide/deploying.md index 5e9d53f6..264ae7b4 100644 --- a/docs/guide/deploying.md +++ b/docs/guide/deploying.md @@ -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: