From 6564609236e4e7c0d09bc67cd56a073c5da8c2cc Mon Sep 17 00:00:00 2001 From: WangJunZzz <510423039@qq.com> Date: Thu, 18 Apr 2024 19:18:08 +0800 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 42b94198..8e303215 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -46,8 +46,12 @@ jobs: uses: actions/checkout@v2.3.1 with: persist-credentials: false - node-version: 18 + - name: Set Node Version + - uses: actions/setup-node@v4 + with: + node-version: 18 + - name: Setting Version id: vars run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})