Skip to content

Commit

Permalink
action.yml: deps fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed May 25, 2024
1 parent b0a98d3 commit eb9a61f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ runs:
with:
ruby-version: '3.2'
bundler-cache: true
- if: ${{ steps.reviewdog-enabled.outputs.result == 'true' }}
id: npm
run: cd ${{ github.action_path }}; npm ci
shell: bash
- if: ${{ steps.reviewdog-enabled.outputs.result == 'true' }}
name: Install tfsec
uses: jaxxstorm/action-install-gh-release@71d17cb091aa850acb2a1a4cf87258d183eb941b # v1.11.0
Expand Down
23 changes: 22 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"dependencies": {
"@octokit/core": "^5.0.2",
"@slack/web-api": "^7.0.0",
"@tryfabric/mack": "^1.2.1"
"@tryfabric/mack": "^1.2.1",
"markdown-to-txt": "^2.0.1"
},
"devDependencies": {
"standard": "17.1.0"
Expand Down

0 comments on commit eb9a61f

Please sign in to comment.