Skip to content

Commit

Permalink
Merge pull request #501 from murgatroid99/abi_crosswalk_update_14
Browse files Browse the repository at this point in the history
Update abi_crosswalk with new runtime versions
  • Loading branch information
nicolasnoble authored May 21, 2020
2 parents 2c6a519 + b8fe01f commit 3a3a0ed
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions lib/util/abi_crosswalk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1939,6 +1939,10 @@
"node_abi": 64,
"v8": "6.8"
},
"10.20.1": {
"node_abi": 64,
"v8": "6.8"
},
"11.0.0": {
"node_abi": 67,
"v8": "7.0"
Expand Down Expand Up @@ -2107,6 +2111,10 @@
"node_abi": 72,
"v8": "7.8"
},
"12.16.3": {
"node_abi": 72,
"v8": "7.8"
},
"13.0.0": {
"node_abi": 79,
"v8": "7.8"
Expand Down Expand Up @@ -2166,5 +2174,29 @@
"13.12.0": {
"node_abi": 79,
"v8": "7.9"
},
"13.13.0": {
"node_abi": 79,
"v8": "7.9"
},
"13.14.0": {
"node_abi": 79,
"v8": "7.9"
},
"14.0.0": {
"node_abi": 83,
"v8": "8.1"
},
"14.1.0": {
"node_abi": 83,
"v8": "8.1"
},
"14.2.0": {
"node_abi": 83,
"v8": "8.1"
},
"14.3.0": {
"node_abi": 83,
"v8": "8.1"
}
}

0 comments on commit 3a3a0ed

Please sign in to comment.