We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ebd0d commit 81cb3faCopy full SHA for 81cb3fa
1 file changed
.github/workflows/release.yml
@@ -36,7 +36,6 @@ jobs:
36
if: steps.changesets.outputs.hasChangesets == 'false'
37
working-directory: packages/classy-store
38
run: |
39
- npm install -g npm@latest
40
PKG_NAME=$(node -p "require('./package.json').name")
41
PKG_VERSION=$(node -p "require('./package.json').version")
42
if npm view "${PKG_NAME}@${PKG_VERSION}" version 2>/dev/null; then
0 commit comments