From 70b81e8b966cf847b9094ad5b652ea8f7526d1ce Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 2 Sep 2021 19:49:54 +0000 Subject: [PATCH] Auto-generated commit --- .github/workflows/test.yml | 3 +-- .github/workflows/test_coverage.yml | 3 +-- has-define-properties-support/README.md | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) 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.