From 069ec70d2f1745999a3f2265909335e59227513b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 19:52:23 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 714b571..524d63b 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 24.12.0 - uses: mymindstorm/setup-emsdk@v11 with: version: 3.1.7 @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 24.12.0 registry-url: https://registry.npmjs.org/ - uses: mymindstorm/setup-emsdk@v11 with: