Skip to content

Commit 2258a7c

Browse files
dependabot[bot]Copilotjeswr
authored
chore(deps-dev): Bump rdf-test-suite from 1.25.0 to 2.1.4 (#574)
* chore(deps-dev): Bump rdf-test-suite from 1.25.0 to 2.1.4 Bumps [rdf-test-suite](https://github.com/rubensworks/rdf-test-suite.js) from 1.25.0 to 2.1.4. - [Changelog](https://github.com/rubensworks/rdf-test-suite.js/blob/master/CHANGELOG.md) - [Commits](rubensworks/rdf-test-suite.js@v1.25.0...v2.1.4) --- updated-dependencies: - dependency-name: rdf-test-suite dependency-version: 2.1.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps-dev): Bump rdf-test-suite from 1.25.0 to 2.1.4 (#575) * chore(deps-dev): Bump rdf-test-suite from 1.25.0 to 2.1.4 Bumps [rdf-test-suite](https://github.com/rubensworks/rdf-test-suite.js) from 1.25.0 to 2.1.4. - [Changelog](https://github.com/rubensworks/rdf-test-suite.js/blob/master/CHANGELOG.md) - [Commits](rubensworks/rdf-test-suite.js@v1.25.0...v2.1.4) --- updated-dependencies: - dependency-name: rdf-test-suite dependency-version: 2.1.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Initial plan * ci: restrict spec tests to Node 18+ for rdf-test-suite v2 compatibility Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> Agent-Logs-Url: https://github.com/rdfjs/N3.js/sessions/dafd6c0e-1f1e-4ff0-9d75-beb67ae4ec5f --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com>
1 parent b4274da commit 2258a7c

File tree

3 files changed

+273
-308
lines changed

3 files changed

+273
-308
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
47+
node-version: [18.x, 20.x, 22.x, 24.x]
4848
spec: [1-1-turtle, 1-1-ntriples, 1-1-nquads, 1-1-trig, 1-2-turtle, 1-2-ntriples, 1-2-nquads, 1-2-trig]
4949
steps:
5050
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)