Skip to content

Commit

Permalink
rm install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jul 21, 2024
1 parent 8d9277c commit 306e962
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/npm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
with:
node-version: '18' # specify your desired Node.js version

- name: Install dependencies
run: npm install
working-directory: ${{ env.WORKING_DIR }}

- name: Update version
run: npm version ${{ github.event.inputs.npm_version }} --no-git-tag-version
working-directory: ${{ env.WORKING_DIR }}
Expand Down

0 comments on commit 306e962

Please sign in to comment.