Skip to content

Commit e48cbc7

Browse files
committed
fix release npm compatibility
1 parent b9acb2f commit e48cbc7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main]
66
paths:
77
- 'packages/cli/package.json'
8+
workflow_dispatch:
89

910
permissions: {}
1011

@@ -153,7 +154,7 @@ jobs:
153154
merge-multiple: true
154155

155156
- name: 'Setup npm'
156-
run: npm install -g npm@latest
157+
run: npm install -g npm@11.18.0
157158

158159
- name: Prepare and publish native addons
159160
run: node ./packages/cli/publish-native-addons.ts --mode npm

0 commit comments

Comments
 (0)