This commit is contained in:
RoyceDa
2026-02-17 21:08:07 +02:00
parent 8f12be2c5d
commit 171ed60194

View File

@@ -15,8 +15,9 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '22' node-version: '22'
cache: 'npm'
- name: Install npm dependencies - name: Install npm dependencies
run: npm ci --cache .npm --prefer-offline run: npm install
- name: Build the application - name: Build the application
run: npm run kernel:win run: npm run kernel:win
- name: Upload build to SFTP - name: Upload build to SFTP