mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
workflow: upgrade node version for win arm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user