From 4a79961ae55edcd9a692101cf263ec11ac8be8a5 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Mon, 23 Mar 2026 14:39:27 +0200 Subject: [PATCH] build: update node version --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebfe882..8a2e79d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,9 +70,10 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: pnpm registry-url: "https://registry.npmjs.org" + - run: npm --version - run: pnpm install --frozen-lockfile - run: pnpm build - run: cd dist && npm publish --provenance --access public