fix: Revert "feat: bump minimum node version to 16 and add tests (#86)"

This reverts commit 8e2842b4a3.
This commit is contained in:
Samuel Attard
2023-11-09 11:08:16 -08:00
parent 8e2842b4a3
commit bb304ce10b
18 changed files with 1468 additions and 3627 deletions

View File

@@ -1,8 +1,8 @@
version: 2.1
orbs:
cfa: continuousauth/npm@2.0.0
node: electronjs/node@2.1.0
cfa: continuousauth/npm@1.0.2
node: electronjs/node@1.4.1
workflows:
test_and_release:
@@ -13,7 +13,6 @@ 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
@@ -25,6 +24,9 @@ workflows:
- 20.5.0
- 18.17.0
- 16.20.1
- 14.21.3
- 12.22.12
- 10.24.1
- cfa/release:
requires:
- test