Skip to content

Commit f8cb662

Browse files
committed
drop CircleCI customisation
1 parent 68af518 commit f8cb662

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.circleci/config.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ orbs:
44

55
commands:
66
build-and-test:
7-
parameters:
8-
node-version:
9-
type: string
107
steps:
118
- checkout
129
- node/install:
13-
node-version: << parameters.node-version >>
10+
node-version: 16
1411
- node/install-packages
1512
- run: npm -v
1613
- run: node -v
@@ -24,9 +21,6 @@ jobs:
2421
with-go-ipfs:
2522
machine:
2623
image: ubuntu-2004:202107-02
27-
parameters:
28-
node-version:
29-
type: string
3024
environment:
3125
IPFS_FLAVOR: go
3226
steps:
@@ -39,24 +33,14 @@ jobs:
3933
with-js-ipfs:
4034
machine:
4135
image: ubuntu-2004:202107-02
42-
parameters:
43-
node-version:
44-
type: string
4536
environment:
4637
NODE_OPTIONS: '--max_old_space_size=4096'
4738
IPFS_FLAVOR: js
4839
steps:
49-
- build-and-test:
50-
node-version: << parameters.node-version >>
40+
- build-and-test
5141

5242
workflows:
5343
build-and-test:
5444
jobs:
55-
# - with-go-ipfs:
56-
# matrix:
57-
# parameters:
58-
# node-version: ['14', '16']
59-
- with-js-ipfs:
60-
matrix:
61-
parameters:
62-
node-version: ['14', '16']
45+
- with-go-ipfs
46+
- with-js-ipfs

0 commit comments

Comments
 (0)