Fix CI/CD

This commit is contained in:
2024-09-28 00:49:42 +02:00
parent d5336d6c4e
commit 2baabcbb7d

View File

@@ -16,6 +16,16 @@ jobs:
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies and build
run: |
npm ci
npm run build
- name: Copy build directory to server
uses: Dylan700/sftp-upload-action@v1.2.3
with: