ci/cd
This commit is contained in:
@@ -15,8 +15,9 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22'
|
||||
cache: 'npm'
|
||||
- name: Install npm dependencies
|
||||
run: npm ci --cache .npm --prefer-offline
|
||||
run: npm install
|
||||
- name: Build the application
|
||||
run: npm run kernel:win
|
||||
- name: Upload build to SFTP
|
||||
|
||||
Reference in New Issue
Block a user