Skip to content

Commit

Permalink
feat(ci): self-hosted runner expand job
Browse files Browse the repository at this point in the history
  • Loading branch information
cheburan committed Jul 12, 2023
1 parent e2dbb4d commit ca70151
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,14 +326,14 @@ jobs:
# with:
# version: 8

# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v3.6.0
# with:
# node-version: ${{ matrix.node-version }}
# cache: 'pnpm'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

# - name: Install dependencies
# run: pnpm install
- name: Install dependencies
run: pnpm install

# - name: Prisma Migration API main DB
# working-directory: apps/ourvoice-api
Expand Down

0 comments on commit ca70151

Please sign in to comment.