Skip to content

Commit d6fa7e7

Browse files
Copilotrubensworks
andauthored
Add Node 26 support
Agent-Logs-Url: https://github.com/LinkedDataFragments/HDT-Node/sessions/78943dc7-8737-4dd2-8090-155ff93dac6c Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
1 parent 42da794 commit d6fa7e7

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- 20.x
2525
- 22.x
2626
- 24.x
27+
- 26.x
2728
steps:
2829
- name: Use Node.js ${{ matrix.node-version }}
2930
uses: actions/setup-node@v3

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@
4040
"dependencies": {
4141
"minimist": "^1.1.0",
4242
"n3": "^2.0.1",
43-
"nan": "^2.24.0",
43+
"nan": "^2.27.0",
4444
"rdf-string": "^2.0.1"
4545
},
4646
"devDependencies": {
47+
"@comunica/utils-bindings-factory": "^5.0.0",
4748
"eslint": "^5.3.0",
4849
"mocha": "^6.2.2",
4950
"precommit-hook": "^3.0.0",
5051
"replace-in-file": "^8.3.0",
51-
"should": "^13.1.0",
52-
"@comunica/utils-bindings-factory": "^5.0.0"
52+
"should": "^13.1.0"
5353
},
5454
"pre-commit": [
5555
"lint",

0 commit comments

Comments
 (0)