Testing CI (6)

This commit is contained in:
lostinlight 2022-01-15 20:20:24 +03:00
parent 4d46bb6da1
commit 55a044c619
1 changed files with 1 additions and 1 deletions

View File

@ -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