From 5dc43b4d92f7ef22e5ee35ec1ed7164ed2baafa7 Mon Sep 17 00:00:00 2001 From: Felipe Queis Date: Thu, 23 Jul 2026 21:14:57 -0300 Subject: [PATCH] Update Node.js and npm versions in GitHub Actions workflow for publishing --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 490dde8..6cf015c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,12 +41,12 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v7 with: - node-version: '22.14' + node-version: 24 cache: pnpm registry-url: https://registry.npmjs.org - name: Ensure npm CLI supports trusted publishing - run: npm install -g npm@latest + run: npm install -g npm@11 - name: Install dependencies run: pnpm install --ignore-scripts --frozen-lockfile