Fix CI/CD

This commit is contained in:
2024-09-28 00:52:22 +02:00
parent 0ef27c2a04
commit 2017760420

View File

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