From c9180d5148dd26fdd0d8df3e6a709c503ccad1a7 Mon Sep 17 00:00:00 2001 From: chaos-zhu Date: Fri, 16 Aug 2024 11:51:57 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF=E8=87=AA=E5=8A=A8=E5=8C=96=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/client-builder.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/client-builder.yml b/.github/workflows/client-builder.yml index 8924475..ec6ae9a 100644 --- a/.github/workflows/client-builder.yml +++ b/.github/workflows/client-builder.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - name: Install dependencies run: npm install @@ -45,7 +45,6 @@ jobs: asset_path: client/dist/easynode-client-x86 asset_name: easynode-client-x86 asset_content_type: application/octet-stream - overwrite: true - name: Upload Linux ARM64 Binary to Release uses: actions/upload-release-asset@v1 @@ -56,4 +55,3 @@ jobs: asset_path: client/dist/easynode-client-arm64 asset_name: easynode-client-arm64 asset_content_type: application/octet-stream - overwrite: true