parent
d9dbcc18ba
commit
5551966dee
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 22
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
- name: Install node dependencies
|
||||||
|
run: npm install
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Copy
|
- name: Copy
|
||||||
|
|
Loading…
Reference in a new issue