We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e883ad7 commit 80ff13fCopy full SHA for 80ff13f
.circleci/config.yml
@@ -737,7 +737,6 @@ jobs:
737
environment:
738
LANG: "C.UTF-8"
739
EMTEST_SKIP_V8: "1"
740
- EMCC_CFLAGS: "-sMIN_NODE_VERSION=101900"
741
steps:
742
- checkout
743
- run:
tools/feature_matrix.py
@@ -47,6 +47,7 @@ class Feature(IntEnum):
47
'chrome': 75,
48
'firefox': 65,
49
'safari': 140100, # TODO: Reset back to 150000 when the default changes
50
+ 'node': 130000,
51
},
52
Feature.SIGN_EXT: {
53
'chrome': 74,
0 commit comments