ci: update gh action

This commit is contained in:
Catalin Pit
2023-09-30 19:37:54 +01:00
parent 2afe8ecef0
commit 9437639c53

View File

@ -30,13 +30,11 @@ jobs:
with:
node-version: 18
- name: Generate package-lock.json
run: npm install
run: npm cache clean --force && npm install
- name: Install dependencies
run: npm ci
- name: Copy env
run: cp .env.example .env
- name: Load environment variables
run: set -a; source .env
- name: Build Documenso
run: npm run build
- name: Install Playwright Browsers