Skip to content

Commit 4395a70

Browse files
committed
Update node and lock yarn
1 parent 7be42b4 commit 4395a70

File tree

2 files changed

+3147
-2297
lines changed

2 files changed

+3147
-2297
lines changed

.github/workflows/electron.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- uses: actions/checkout@v1
2525
with:
2626
fetch-depth: 1
27-
- name: Use Node.js 10.x
27+
- name: Use Node.js 12.x
2828
uses: actions/setup-node@v1
2929
with:
30-
node-version: 10.x
30+
node-version: 12.x
3131
- name: yarn install
3232
run: |
3333
yarn install

0 commit comments

Comments
 (0)