Skip to content

Commit a366418

Browse files
committed
upgrade actions version
1 parent 03df720 commit a366418

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Setup Node
29-
uses: actions/setup-node@v4
29+
# uses: actions/setup-node@v4
30+
users: useblacksmith/setup-node@v5
3031
with:
31-
node-version: '18'
32+
node-version: '20'
3233
cache: 'yarn'
3334
cache-dependency-path: yarn.lock
3435

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

4546
- name: Set up Docker Buildx # 设置 Docker Buildx 环境
4647
id: buildx
47-
uses: docker/setup-buildx-action@v2
48+
uses: docker/setup-buildx-action@v3
4849
with:
4950
version: latest
5051

0 commit comments

Comments
 (0)