From e4d3aeab05ab7309e4536cd2d83083fc9e00b0e0 Mon Sep 17 00:00:00 2001 From: Ajay Date: Tue, 10 Mar 2026 15:16:14 -0400 Subject: [PATCH] update node for lint --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b03e2a0..2891055 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 cache: npm - run: npm ci - run: npm run lint