Skip to content

Commit 59e3093

Browse files
committed
chore: pin npm version to 11.10.0 in release workflow
1 parent 2ef2eb9 commit 59e3093

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- run: |
7373
git config user.name "${GITHUB_ACTOR}"
7474
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
75-
- run: npm install -g npm@latest
75+
- run: npm install -g npm@~11.10.0
7676
- run: npm ci
7777
- run: npm run prepack
7878
- run: npm run release:beta
@@ -97,7 +97,7 @@ jobs:
9797
node-version: 22
9898
cache: 'npm'
9999
registry-url: https://registry.npmjs.org/
100-
- run: npm install -g npm@latest
100+
- run: npm install -g npm@~11.10.0
101101
- run: npm ci
102102
- run: npm install vueless@beta
103103
- run: |
@@ -138,7 +138,7 @@ jobs:
138138
- run: |
139139
git config user.name "${GITHUB_ACTOR}"
140140
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
141-
- run: npm install -g npm@latest
141+
- run: npm install -g npm@~11.10.0
142142
- run: npm ci
143143
- run: npm run prepack
144144
- run: npm run release:${{ github.event.inputs.release_type }}
@@ -161,7 +161,7 @@ jobs:
161161
node-version: 22
162162
cache: 'npm'
163163
registry-url: https://registry.npmjs.org/
164-
- run: npm install -g npm@latest
164+
- run: npm install -g npm@~11.10.0
165165
- run: npm ci
166166
- run: npm install vueless@latest
167167
- run: |

0 commit comments

Comments
 (0)