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 322f257 commit 254e094Copy full SHA for 254e094
.github/.keepalive
@@ -0,0 +1 @@
1
+2026-02-09T02:08:14.610Z
.github/workflows/test.yml
@@ -76,13 +76,6 @@ jobs:
76
npm install || npm install || npm install
77
timeout-minutes: 15
78
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
-
86
# Run tests:
87
- name: 'Run tests'
88
id: tests
CHANGELOG.md
@@ -4,7 +4,7 @@
4
5
<section class="release" id="unreleased">
6
7
-## Unreleased (2026-02-02)
+## Unreleased (2026-02-09)
8
9
<section class="features">
10
0 commit comments