Skip to content

Commit

Permalink
add composer install to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Vostrak authored and Gregor Vostrak committed Jan 21, 2024
1 parent fdbfefb commit a60fd5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- run: composer install
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a60fd5e

Please sign in to comment.