Skip to content

Commit 81cb3fa

Browse files
authored
chore: update GitHub Actions to use latest versions (#23)
1 parent 62ebd0d commit 81cb3fa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
if: steps.changesets.outputs.hasChangesets == 'false'
3737
working-directory: packages/classy-store
3838
run: |
39-
npm install -g npm@latest
4039
PKG_NAME=$(node -p "require('./package.json').name")
4140
PKG_VERSION=$(node -p "require('./package.json').version")
4241
if npm view "${PKG_NAME}@${PKG_VERSION}" version 2>/dev/null; then

0 commit comments

Comments
 (0)