Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teguhbayu committed May 19, 2024
1 parent 663b8b0 commit 6e181f1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ jobs:
GOOGLE_APP_PASSWORD: ${{secrets.GOOGLE_APP_PASSWORD}}
GOOGLE_EMAIL: ${{secrets.GOOGLE_EMAIL}}
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: installing dependencies
run: npm i
run: npm ci
- name: sync database
run: npm run prisma:generate
- name: building website
Expand Down

0 comments on commit 6e181f1

Please sign in to comment.