Skip to content

Commit 3cbe27f

Browse files
authored
Merge pull request #110 from better-stack-ai/fix/release-action
chore: update Node.js version handling in release workflow
2 parents 9dd5ff9 + 697b8fc commit 3cbe27f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@ jobs:
2323

2424
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2525
with:
26-
node-version: 22.x
26+
node-version-file: '.nvmrc'
2727
registry-url: 'https://registry.npmjs.org'
2828

29-
- name: Update npm
30-
run: npm install -g npm@latest
31-
3229
- run: pnpm install
3330

3431
- name: Copy README files to published packages

0 commit comments

Comments
 (0)