Skip to content

Commit

Permalink
Update dependencies (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Nov 13, 2022
1 parent ce8279a commit a320866
Show file tree
Hide file tree
Showing 2 changed files with 712 additions and 882 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-npm-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
using: composite
steps:
- id: npm-cache-dir
run: echo "::set-output name=dir::$(npm config get cache)"
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
shell: bash
- uses: actions/cache@v3
with:
Expand Down
Loading

0 comments on commit a320866

Please sign in to comment.