From 55a044c61934e27dc15159be2badfa99f0c35d78 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Sat, 15 Jan 2022 20:20:24 +0300 Subject: [PATCH] Testing CI (6) --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b525873..19b31c5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ pipeline: # Build step: it generates the files for the Hexo site build: - image: node:lts-alpine + image: node:12.22.1 commands: - npm install gulp -g - npm install hexo-cli -g