mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-07 15:01:24 +01:00
Update main.yml
This commit is contained in:
parent
b64c51808f
commit
2849844eda
24
.github/workflows/main.yml
vendored
24
.github/workflows/main.yml
vendored
@ -8,12 +8,12 @@ jobs:
|
|||||||
linux:
|
linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
ref: electron
|
- uses: actions/setup-node@v3.5.0
|
||||||
- uses: actions/setup-node@master
|
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
- name: Install Modules and Publish build
|
- name: Install Modules and Publish build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
@ -22,12 +22,12 @@ jobs:
|
|||||||
macos:
|
macos:
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
ref: electron
|
- uses: actions/setup-node@v3.5.0
|
||||||
- uses: actions/setup-node@master
|
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
- name: Install Modules and Publish build
|
- name: Install Modules and Publish build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
@ -36,12 +36,12 @@ jobs:
|
|||||||
windo:
|
windo:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
ref: electron
|
- uses: actions/setup-node@v3.5.0
|
||||||
- uses: actions/setup-node@master
|
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
- name: Install Modules and Publish build
|
- name: Install Modules and Publish build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user