From 697b8fc69812766f7fc574c9a85774f247b7ac83 Mon Sep 17 00:00:00 2001 From: olliethedev <3martynov@gmail.com> Date: Wed, 8 Apr 2026 18:51:07 -0400 Subject: [PATCH] chore: update Node.js version handling in release workflow to use .nvmrc --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb7a4843..dab09692 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,12 +23,9 @@ jobs: - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 22.x + node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' - - name: Update npm - run: npm install -g npm@latest - - run: pnpm install - name: Copy README files to published packages