From 8483b89e1bb6aaa4e11279d7edaa1cb38c4e166e Mon Sep 17 00:00:00 2001 From: pandeymangg Date: Thu, 19 Feb 2026 19:17:52 +0530 Subject: [PATCH] updates workflow --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 457d5a3..1e89508 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,10 +23,10 @@ jobs: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - name: Setup Node.js 22.x + - name: Setup Node.js uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: - node-version: 22.x + node-version: 24.x registry-url: "https://registry.npmjs.org" - name: Install pnpm @@ -46,4 +46,4 @@ jobs: - name: Publish to npm run: | cd packages/react-native - npm publish --access public --provenance + npm publish --access public