Skip to content

Commit 80ff13f

Browse files
committed
Fix node version required by nontrapping-fp
1 parent e883ad7 commit 80ff13f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,6 @@ jobs:
737737
environment:
738738
LANG: "C.UTF-8"
739739
EMTEST_SKIP_V8: "1"
740-
EMCC_CFLAGS: "-sMIN_NODE_VERSION=101900"
741740
steps:
742741
- checkout
743742
- run:

tools/feature_matrix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class Feature(IntEnum):
4747
'chrome': 75,
4848
'firefox': 65,
4949
'safari': 140100, # TODO: Reset back to 150000 when the default changes
50+
'node': 130000,
5051
},
5152
Feature.SIGN_EXT: {
5253
'chrome': 74,

0 commit comments

Comments
 (0)