Skip to content

Commit

Permalink
fix(#22): Continued workflow updates...
Browse files Browse the repository at this point in the history
  • Loading branch information
dialmaster committed Apr 21, 2024
1 parent d546ee0 commit 7ac3924
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ jobs:
with:
node-version: '16'

- name: Install server dependencies
run: npm ci

- name: Install client dependencies
run: |
cd client
npm ci
cd ..
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

Expand Down

0 comments on commit 7ac3924

Please sign in to comment.