From 08e2f2319616f16859b18f423629933ac80ec61e Mon Sep 17 00:00:00 2001
From: ko_oler <kooler89@gmail.com>
Date: Thu, 15 Dec 2022 16:15:12 +0800
Subject: [PATCH] fix .gitlab-ci.yml

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc1f048..8160fa8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ stages:
   - publish-npm
 
 publish_npm:
-  image: "node:current-alpine"
+  image: "node:current-alpine3.17"
   stage: publish-npm
   before_script:
     - apk add --update bash
@@ -10,6 +10,7 @@ publish_npm:
     - apk add --update yarn
     - apk add --update jq
     - apk add --update rsync
+    - apk add --update protobuf-dev
   rules:
     - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
       changes:
-- 
GitLab