From 3f88b403638f72d1ebc1256d3ddd3a0fc1be979c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:46:58 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/action.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 2f39caa..f8815b1 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 24 - name: install run: npm install - name: lint diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0562209..df217b7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 24 registry-url: https://registry.npmjs.org/ - run: npm i - run: npm publish --access public