Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SnosMe committed Jun 5, 2021
1 parent 9eac783 commit a09033f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- uses: actions/cache@v2
id: yarn-cache
with:
Expand All @@ -32,12 +32,12 @@ jobs:
run: type .\dist_electron\latest.yml

linux:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- uses: actions/cache@v2
id: yarn-cache
with:
Expand All @@ -58,7 +58,7 @@ jobs:
# runs-on: macos-10.15
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v1
# - uses: actions/setup-node@v2
# with:
# node-version: 12
# - run: yarn --frozen-lockfile
Expand Down

0 comments on commit a09033f

Please sign in to comment.