File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 : |
You can’t perform that action at this time.
0 commit comments