There was an error while loading. Please reload this page.
1 parent e50fdd8 commit 9e178aeCopy full SHA for 9e178ae
1 file changed
.github/workflows/cd.yml
@@ -57,12 +57,6 @@ jobs:
57
registry-url: 'https://registry.npmjs.org'
58
if: ${{ steps.release.outputs.releases_created == 'true' }}
59
60
- - name: npm latest
61
- # This step is required to update npm to the latest version
62
- # v10.8.1 is needed for https://github.com/npm/cli/pull/7508
63
- run: npm i -g npm@10.8.1 --registry=https://registry.npmjs.org
64
- if: ${{ steps.release.outputs.releases_created == 'true' }}
65
-
66
- run: npm ci
67
68
0 commit comments