mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -21,10 +21,10 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: "npm"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Build
|
||||
run: npm build:production
|
||||
run: yarn build:production
|
||||
|
||||
Reference in New Issue
Block a user