This repository was archived by the owner on Jul 24, 2024. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,31 @@ freebsd_instance:
33
44freebsd_build_task :
55
6+   # 
7+   #  We support only node versions available in the FreeBSD ports tree
8+   #  Currently supported node versions can be figured out as follows:
9+   #  
10+   #  Check the node versions supported by the npm port:
11+   #    https://svnweb.freebsd.org/ports/head/www/npm/Makefile?view=markup
12+   # 
13+   #  www/npm port contains options to build with different node engines
14+   #  in the form of
15+   #      xxx_RUN_DEPENDS=   node>0.8:pppppp
16+   #  "ppppp" above is the port name, for example www/node12
17+   # 
18+   #  "www/node" port is the latest and its is a moving target
19+   #  You have to check its Makefile to figure out which version it represents:
20+   #    https://svnweb.freebsd.org/ports/head/www/node/Makefile?view=markup
21+   # 
22+   #  Typically this means once www/node gets promoted from node 19 to 20
23+   #  "- package: npm-node19" needs to be added before the "package: npm"
24+   #  line.
25+   # 
626  env :
727    matrix :
828      - package : npm-node10 
29+       - package : npm-node12 
30+       - package : npm  #  node13
931
1032  env :
1133    matrix :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments