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:
- name: Clone client
uses: actions/checkout@v3
- name: Setup Node 16
- name: Setup Node 20
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
- name: Install yarn
run: |
npm install -g yarn
@@ -232,7 +232,6 @@ jobs:
bodyFile: .github/changelog.md
makeLatest: ${{ inputs.is_latest }}
docker:
name: Build and push Docker image
runs-on: ubuntu-latest
# needs: build