Skip to content

Commit

Permalink
Update npm minor version packages (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 authored Dec 22, 2024
1 parent d06b5e5 commit fdde441
Show file tree
Hide file tree
Showing 2 changed files with 1,968 additions and 2,091 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,11 @@ jobs:
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.os }}-npm-

- uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-no-dev-${{ hashFiles('**/composer.lock') }}
restore-keys: ${{ runner.os }}-composer-no-dev-

- run: cp .env.example .env
- name: Composer install
Expand Down
Loading

0 comments on commit fdde441

Please sign in to comment.