ci/cd
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user