workflow: upgrade node version for win arm

This commit is contained in:
cwilvx
2025-05-08 21:13:04 +03:00
parent f1aa723cb9
commit b7c88b8cce
+2 -3
View File
@@ -51,10 +51,10 @@ jobs:
steps: steps:
- name: Clone client - name: Clone client
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup Node 16 - name: Setup Node 20
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16.x node-version: 20.x
- name: Install yarn - name: Install yarn
run: | run: |
npm install -g yarn npm install -g yarn
@@ -232,7 +232,6 @@ jobs:
bodyFile: .github/changelog.md bodyFile: .github/changelog.md
makeLatest: ${{ inputs.is_latest }} makeLatest: ${{ inputs.is_latest }}
docker: docker:
name: Build and push Docker image name: Build and push Docker image
runs-on: ubuntu-latest runs-on: ubuntu-latest
# needs: build # needs: build