mirror of
https://github.com/sern-handler/gui
synced 2026-06-06 01:16:54 +00:00
fix: wrong node version
This commit is contained in:
@@ -2,7 +2,7 @@ version: 2.1
|
||||
jobs:
|
||||
build_mac:
|
||||
docker:
|
||||
- image: circleci/node:14.17.6
|
||||
- image: circleci/node:18.6.1
|
||||
steps:
|
||||
- checkout
|
||||
- run: yarn
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
- run: yarn build-electron-windows
|
||||
build_linux:
|
||||
docker:
|
||||
- image: node:14.17.6
|
||||
- image: node:18.6.1
|
||||
steps:
|
||||
- checkout
|
||||
- run: yarn
|
||||
|
||||
Reference in New Issue
Block a user