Skip to content

Commit

Permalink
fix: install package dependencies (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathienle authored Aug 18, 2023
1 parent 9d5495a commit a4b1bff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
- name: Set up the repository
uses: actions/checkout@v3

- name: Set up NodeJS
uses: actions/setup-node@v3
with:
node-version: ${{ vars.NODE_VERSION }}

- name: Install dependencies
run: npm ci

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit a4b1bff

Please sign in to comment.