Skip to content

Commit 00f3f2d

Browse files
refactor: remove Node.js dependency and update JSON schema tests to use Go-based validation (#563)
1 parent ca2ff90 commit 00f3f2d

File tree

8 files changed

+176
-135
lines changed

8 files changed

+176
-135
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
check-latest: true
3737
cache: true
3838

39-
- name: Set up Node.js LTS for running JSON schema tests (using ajv)
40-
uses: actions/setup-node@v4
41-
with:
42-
node-version: "22"
43-
4439
- name: golangci-lint
4540
uses: golangci/golangci-lint-action@v8
4641
with:

0 commit comments

Comments
 (0)