mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 09:12:02 +10:00
fix: add shell
This commit is contained in:
1
.github/actions/node-install/action.yml
vendored
1
.github/actions/node-install/action.yml
vendored
@ -26,6 +26,7 @@ runs:
|
||||
${{ runner.os }}
|
||||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
npm ci
|
||||
npm run prisma:generate
|
||||
|
||||
Reference in New Issue
Block a user