We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4cd6d commit f09741aCopy full SHA for f09741a
1 file changed
.github/workflows/release.yml
@@ -29,7 +29,8 @@ jobs:
29
- name: Setup Node.js for npm Trusted Publishing
30
uses: actions/setup-node@v4
31
with:
32
- node-version: '20'
+ node-version: '24'
33
+ registry-url: 'https://registry.npmjs.org'
34
35
- name: Install dependencies
36
run: bun install --frozen-lockfile
0 commit comments