From 236e671883a597b9ba30baebc6aa54587f914e60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:15:10 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/lint-and-test.yml | 6 +++--- .github/workflows/publish.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index c9c0115..37dc839 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "24.x" - run: npm install - run: npm run format - run: npm run lint @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "24.x" - run: npm install - run: npm audit - run: npm run build @@ -38,6 +38,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "24.x" - run: npm install - run: npm test diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5add574..076dfc7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "24.x" registry-url: "https://registry.npmjs.org" - run: npm install - run: npm run build