Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 390b08f

Browse files
committed
Expand matrix to node 12 and 13
1 parent 500548f commit 390b08f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.cirrus.yml

+22
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,31 @@ freebsd_instance:
33

44
freebsd_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
931

1032
env:
1133
matrix:

0 commit comments

Comments
 (0)