Skip to content

Commit f9e27b1

Browse files
authored
ci: use electronjs/node orb
1 parent eef7557 commit f9e27b1

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

.circleci/config.yml

+6-26
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,11 @@
1-
step-restore-cache: &step-restore-cache
2-
restore_cache:
3-
keys:
4-
- v1-dependencies-{{ arch }}-{{ checksum "yarn.lock" }}
5-
- v1-dependencies-{{ arch }}
6-
7-
steps-test: &steps-test
8-
steps:
9-
- checkout
10-
- *step-restore-cache
11-
- run: yarn
12-
- save_cache:
13-
paths:
14-
- node_modules
15-
key: v1-dependencies-{{ arch }}-{{ checksum "yarn.lock" }}
16-
- run: yarn test
17-
181
version: 2.1
2+
193
orbs:
20-
win: circleci/[email protected]
21-
jobs:
22-
test-linux-18:
23-
docker:
24-
- image: cimg/node:18.16.0
25-
<<: *steps-test
4+
node: electronjs/[email protected]
265

276
workflows:
28-
version: 2
29-
test_and_release:
7+
build:
308
jobs:
31-
- test-linux-18
9+
- node/test:
10+
executor: node/linux
11+
node-version: "18.16"

0 commit comments

Comments
 (0)