diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9df4504f..19802d12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/setup-node@v5 with: node-version: '22.x' - - run: npm i -g npm@latest - run: npm i - name: Check Git Commit name run: git log -1 --pretty=format:"%s" | npx commitlint