From 07117873df1cdb7ce4ea6ee6a702a56b93243e30 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 30 Jun 2025 19:51:29 -0400 Subject: [PATCH] ci(npm_publish): bump node-version to 24 --- .github/workflows/npm_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index e7b1e0c4..9e027042 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js v16 uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 24 registry-url: https://registry.npmjs.org/ # Specifies the registry, this field is required! - run: npm ci - run: npm publish