File tree 1 file changed +4
-20
lines changed 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change 4
4
5
5
commands :
6
6
build-and-test :
7
- parameters :
8
- node-version :
9
- type : string
10
7
steps :
11
8
- checkout
12
9
- node/install :
13
- node-version : << parameters.node-version >>
10
+ node-version : 16
14
11
- node/install-packages
15
12
- run : npm -v
16
13
- run : node -v
24
21
with-go-ipfs :
25
22
machine :
26
23
image : ubuntu-2004:202107-02
27
- parameters :
28
- node-version :
29
- type : string
30
24
environment :
31
25
IPFS_FLAVOR : go
32
26
steps :
@@ -39,24 +33,14 @@ jobs:
39
33
with-js-ipfs :
40
34
machine :
41
35
image : ubuntu-2004:202107-02
42
- parameters :
43
- node-version :
44
- type : string
45
36
environment :
46
37
NODE_OPTIONS : ' --max_old_space_size=4096'
47
38
IPFS_FLAVOR : js
48
39
steps :
49
- - build-and-test :
50
- node-version : << parameters.node-version >>
40
+ - build-and-test
51
41
52
42
workflows :
53
43
build-and-test :
54
44
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
You can’t perform that action at this time.
0 commit comments