Skip to content

Commit

Permalink
upgrade actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojun1998 committed Jun 7, 2024
1 parent 03df720 commit a366418
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
# uses: actions/setup-node@v4
users: useblacksmith/setup-node@v5
with:
node-version: '18'
node-version: '20'
cache: 'yarn'
cache-dependency-path: yarn.lock

Expand All @@ -38,13 +39,13 @@ jobs:
yarn && yarn build
- name: Set up QEMU # 设置 QEMU 环境,用来模拟操作系统,用来编译 arm64 镜像和 amd64 镜像
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Set up Docker Buildx # 设置 Docker Buildx 环境
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
version: latest

Expand Down

0 comments on commit a366418

Please sign in to comment.