Skip to content

Commit 505a147

Browse files
jbrejnerclaude
andauthored
fix: suppress npm always-auth deprecation warning by upgrading to setup-node@v6 (#847)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8c75c0c commit 505a147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
check-latest: true
146146

147147
- name: Set up Node.js
148-
uses: actions/setup-node@v4
148+
uses: actions/setup-node@v6
149149
with:
150150
node-version: '24'
151151
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)