Skip to content

Commit

Permalink
setup node before buildng docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Sep 6, 2024
1 parent 2d33485 commit 4f098a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4

- name: ⎔ Setup node
uses: actions/setup-node@v4

- name: 📥 Install deps
run: npm install --frozen-lockfile

- name: 🔨 Build image
run: ./scripts/build

Expand Down

0 comments on commit 4f098a6

Please sign in to comment.