Skip to content

Commit

Permalink
ci: 调整node版本
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Apr 18, 2024
1 parent 4b2eda4 commit f5f7e85
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,9 @@ jobs:
needs: api
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@4
with:
persist-credentials: false

- name: Set Node Version
uses: actions/setup-node@v4
with:
node-version: 18

- name: Setting Version
id: vars
Expand All @@ -69,7 +64,7 @@ jobs:

# build 并且 push docker 镜像
- name: Push Vue3 Image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: vben28
push: true
Expand Down

0 comments on commit f5f7e85

Please sign in to comment.