diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05e734ed..cd15304a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,8 +44,7 @@ jobs: run: | npm install || npm install || npm install timeout-minutes: 15 - - name: Build native add-on if `binding.gyp` exists - id: rebuild + - name: Build native add-on (if present) run: | if [ -f "binding.gyp" ]; then npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml index 463f0379..f5697d4b 100644 --- a/.github/workflows/test_coverage.yml +++ b/.github/workflows/test_coverage.yml @@ -40,8 +40,7 @@ jobs: run: | npm install || npm install || npm install timeout-minutes: 15 - - name: Build native add-on if `binding.gyp` exists - id: rebuild + - name: Build native add-on (if present) run: | if [ -f "binding.gyp" ]; then npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild diff --git a/has-define-properties-support/README.md b/has-define-properties-support/README.md index bd17609a..94db71cf 100644 --- a/has-define-properties-support/README.md +++ b/has-define-properties-support/README.md @@ -18,7 +18,7 @@ limitations under the License. --> -# `Object.defineProperties` Support +# Object.defineProperties Support > Detect [`Object.defineProperties`][mdn-define-properties] support.