Skip to content

Commit 7625b9d

Browse files
committed
Auto-generated commit
1 parent bb2d9a5 commit 7625b9d

3 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ jobs:
7676
npm install || npm install || npm install
7777
timeout-minutes: 15
7878

79-
# Build native add-on if present:
80-
- name: 'Build native add-on (if present)'
81-
run: |
82-
if [ -f "binding.gyp" ]; then
83-
npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
84-
fi
85-
8679
# Run tests:
8780
- name: 'Run tests'
8881
id: tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@stdlib/assert-has-symbol-support": "^0.2.2",
4242
"@stdlib/assert-is-symbol": "^0.2.2",
43-
"@stdlib/object-ctor": "^0.2.1",
43+
"@stdlib/object-ctor": "^0.2.2",
4444
"@stdlib/symbol-ctor": "^0.2.3",
4545
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4646
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)