mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
Update node.js.yml
This commit is contained in:
10
.github/workflows/node.js.yml
vendored
10
.github/workflows/node.js.yml
vendored
@@ -26,5 +26,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm install
|
- name: Run install
|
||||||
- run: npm build
|
uses: borales/actions-yarn@v4
|
||||||
|
with:
|
||||||
|
cmd: install # will run `yarn install` command
|
||||||
|
- name: Run build
|
||||||
|
uses: borales/actions-yarn@v4
|
||||||
|
with:
|
||||||
|
cmd: build # will run `yarn build` command
|
||||||
|
|||||||
Reference in New Issue
Block a user