We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9acb2f commit e48cbc7Copy full SHA for e48cbc7
1 file changed
.github/workflows/release.yml
@@ -5,6 +5,7 @@ on:
5
branches: [main]
6
paths:
7
- 'packages/cli/package.json'
8
+ workflow_dispatch:
9
10
permissions: {}
11
@@ -153,7 +154,7 @@ jobs:
153
154
merge-multiple: true
155
156
- name: 'Setup npm'
- run: npm install -g npm@latest
157
+ run: npm install -g npm@11.18.0
158
159
- name: Prepare and publish native addons
160
run: node ./packages/cli/publish-native-addons.ts --mode npm
0 commit comments