File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11NODEJS_VERSION :
2- # - "19" # Uncomment this when there are v19.x releases at https://nodejs.org/download/release/
2+ - " 19"
33 - " 18"
4- # - "18.0" # Uncomment this when "18" is 18.1 or greater.
4+ - " 18.0"
55 - " 16"
66 - " 16.0"
77 - " 14"
Original file line number Diff line number Diff line change 44# The node.js project *sometimes* produces "rc" builds leading up to a new
55# release. They get uploaded to: https://nodejs.org/download/rc/
66NODEJS_VERSION :
7+ - " 19"
78 - " 18"
89 - " 16"
910 - " 14"
10- - " 12"
Original file line number Diff line number Diff line change 11NODEJS_VERSION :
2- # - "19" # Uncomment this when there are v19.x releases at https://nodejs.org/en/about/releases/
2+ - " 19"
33 - " 18"
44 - " 16"
55 - " 14"
Original file line number Diff line number Diff line change @@ -120,7 +120,9 @@ jobs:
120120 strategy :
121121 matrix :
122122 node :
123+ - ' 19'
123124 - ' 18'
125+ - ' 18.0'
124126 - ' 16'
125127 - ' 16.0'
126128 - ' 14'
You can’t perform that action at this time.
0 commit comments