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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user