From 7210eff560d2bf05dc8b84a985735cc536042eca Mon Sep 17 00:00:00 2001 From: Sergiu Oala Date: Mon, 31 Aug 2026 10:43:53 +0000 Subject: [PATCH] ci: bump npm-publish nodejs version --- .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 42c15ddd..2fbefe09 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 22.x cache: npm - name: verify release version @@ -83,7 +83,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 26.x registry-url: https://registry.npmjs.org - name: publish to npm