Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Oct 25, 2024
1 parent 1bf77df commit 42b7d66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "22.x"
- run: npm ci
- name: Build binary
run: npm run build
- uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "22.x"
- run: npm ci
- name: Build binary
run: npm run build
- uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -118,6 +120,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "22.x"
- run: npm ci
- name: Build binary
run: npm run build
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 42b7d66

Please sign in to comment.