chore: add node.js 14 support data (#11462)
This commit is contained in:
parent
1a2f67191c
commit
928b9f8c95
@ -15,6 +15,7 @@
|
|||||||
"edge": "80",
|
"edge": "80",
|
||||||
"firefox": "72",
|
"firefox": "72",
|
||||||
"safari": "13.1",
|
"safari": "13.1",
|
||||||
|
"node": "14",
|
||||||
"electron": "8.1"
|
"electron": "8.1"
|
||||||
},
|
},
|
||||||
"proposal-optional-chaining": {
|
"proposal-optional-chaining": {
|
||||||
@ -23,6 +24,7 @@
|
|||||||
"edge": "80",
|
"edge": "80",
|
||||||
"firefox": "74",
|
"firefox": "74",
|
||||||
"safari": "13.1",
|
"safari": "13.1",
|
||||||
|
"node": "14",
|
||||||
"electron": "8.1"
|
"electron": "8.1"
|
||||||
},
|
},
|
||||||
"proposal-json-strings": {
|
"proposal-json-strings": {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
COMPAT_TABLE_COMMIT=dd0983ae16fce677fccb3b74fbb778d435e59790
|
COMPAT_TABLE_COMMIT=df1466b4ddae4c1c9d8b385332a800eeb7f28049
|
||||||
GIT_HEAD=build/compat-table/.git/HEAD
|
GIT_HEAD=build/compat-table/.git/HEAD
|
||||||
|
|
||||||
if [ -d "build/compat-table" ]; then
|
if [ -d "build/compat-table" ]; then
|
||||||
@ -16,5 +16,5 @@ fi
|
|||||||
|
|
||||||
rm -rf build/compat-table
|
rm -rf build/compat-table
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
git clone --branch=gh-pages --single-branch --shallow-since=2020-04-18 https://github.com/kangax/compat-table.git build/compat-table
|
git clone --branch=gh-pages --single-branch --shallow-since=2020-04-20 https://github.com/kangax/compat-table.git build/compat-table
|
||||||
cd build/compat-table && git checkout -qf $COMPAT_TABLE_COMMIT
|
cd build/compat-table && git checkout -qf $COMPAT_TABLE_COMMIT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user