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

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: George Xu <george.xu99@hotmail.com>
This commit is contained in:
electron-roller[bot] 2023-11-21 17:27:30 -08:00 коммит произвёл GitHub
Родитель 1fecf87a58
Коммит a147e14133
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 3 удалений

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

@ -2,7 +2,7 @@ version: 2.1
orbs:
cfa: continuousauth/npm@2.1.0
node: electronjs/node@1.4.1
node: electronjs/node@2.1.0
workflows:
test_and_release:
@ -10,6 +10,14 @@ workflows:
jobs:
- node/test:
name: test-<< matrix.executor >>-<< matrix.node-version >>
pre-steps:
- when:
condition:
and:
- equal: [ node/macos, << matrix.executor >> ]
- equal: [ '14.16', << matrix.node-version >> ]
steps:
- node/install-rosetta
test-steps:
- run: yarn prettier:check
- run: yarn build
@ -23,10 +31,11 @@ workflows:
- node/macos
- node/windows
node-version:
- '20.5'
- '20.9'
- '18.17'
- '16.20'
- '14.21'
# Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist
- '14.16'
- cfa/release:
requires:
- test