Skip to content

Commit

Permalink
revert(npm): Revert install npm locally, script doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Sep 6, 2024
1 parent 4a2303e commit 837ce9c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 45 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ runs:
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'

- name: Install markdown2confluence
run: npm install @shogobg/[email protected]
run: npm install -g @shogobg/[email protected]
shell: bash

- name: Run sync_to_jira.py
Expand Down
38 changes: 0 additions & 38 deletions package-lock.json

This file was deleted.

5 changes: 0 additions & 5 deletions package.json

This file was deleted.

0 comments on commit 837ce9c

Please sign in to comment.