feat: bump minimum node version to 16 and add tests (#86)
BREAKING CHANGE: Minimum node version is now 16
This commit is contained in:
committed by
Samuel Attard
parent
bb304ce10b
commit
b6f0c88db4
@@ -1,8 +1,8 @@
|
||||
version: 2.1
|
||||
|
||||
orbs:
|
||||
cfa: continuousauth/npm@1.0.2
|
||||
node: electronjs/node@1.4.1
|
||||
cfa: continuousauth/npm@2.0.0
|
||||
node: electronjs/node@2.1.0
|
||||
|
||||
workflows:
|
||||
test_and_release:
|
||||
@@ -13,6 +13,7 @@ workflows:
|
||||
name: test-mac-<< matrix.node-version >>
|
||||
override-ci-command: yarn install --frozen-lockfile --ignore-engines
|
||||
test-steps:
|
||||
- node/install-rosetta
|
||||
- run: yarn build
|
||||
- run: yarn lint
|
||||
- run: yarn test
|
||||
@@ -24,9 +25,6 @@ workflows:
|
||||
- 20.5.0
|
||||
- 18.17.0
|
||||
- 16.20.1
|
||||
- 14.21.3
|
||||
- 12.22.12
|
||||
- 10.24.1
|
||||
- cfa/release:
|
||||
requires:
|
||||
- test
|
||||
|
||||
Reference in New Issue
Block a user