chore: bump electronjs/node to 2.1.0 (main) (#15)

* chore: bump electronjs/node in .circleci/config.yml to 2.1.0

* chore: exclude macOS from matrix with Node.js 14

---------

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
electron-roller[bot] 2023-11-24 10:20:55 +01:00 коммит произвёл GitHub
Родитель c2770aa4a4
Коммит 0fb7404557
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 5 удалений

Просмотреть файл

@ -2,7 +2,7 @@ version: 2.1
orbs:
cfa: continuousauth/npm@2.1.0
node: electronjs/node@1.2.0
node: electronjs/node@2.1.0
workflows:
test_and_release:
@ -20,10 +20,13 @@ workflows:
- node/macos
- node/windows
node-version:
- 20.2.0
- 18.17.0
- 16.20.1
- 14.21.3
- '20.2.0'
- '18.17.0'
- '16.20.1'
- '14.21.3'
exclude:
- executor: node/macos
node-version: '14.21.3'
- cfa/release:
requires:
- test