We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d62e1 commit 78b415eCopy full SHA for 78b415e
1 file changed
.github/workflows/release.yml
@@ -49,6 +49,9 @@ jobs:
49
node-version: '22'
50
registry-url: 'https://registry.npmjs.org'
51
52
+ - name: Install npm 11.14.1
53
+ run: npm install -g npm@11.14.1
54
+
55
- name: Install dependencies
56
run: bun install --frozen-lockfile
57
0 commit comments