Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Apr 18, 2024
1 parent 0c38c22 commit 6564609
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 6564609

Please sign in to comment.