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 72868c6 commit 22da4bbCopy full SHA for 22da4bb
.github/.keepalive
@@ -0,0 +1 @@
1
+2026-02-23T01:57:27.806Z
.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-01-24)
+## Unreleased (2026-02-23)
8
9
<section class="features">
10
0 commit comments