From 721fa364eae3ca6b2ac38ce2850d1594e5e8c32f Mon Sep 17 00:00:00 2001 From: CHOYSEN Date: Mon, 6 Jun 2022 22:09:37 +0800 Subject: [PATCH] docs: fix node version in gitlab ci template (#732) --- 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 a2812c16..4b7c4c33 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: