mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
chore: fix ci web
This commit is contained in:
parent
0e18842be5
commit
d0bd58049d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci-website.yml
vendored
8
.github/workflows/ci-website.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
node-version: [14]
|
node_version: [14]
|
||||||
|
|
||||||
name: ${{ matrix.os }} / Node ${{ matrix.node_version }}
|
name: ${{ matrix.os }} / Node ${{ matrix.node_version }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
@ -22,11 +22,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Use Node ${{ matrix.node_version }}
|
- name: Use Node ${{ matrix.node_version }}
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node_version: ${{ matrix.node_version }}
|
node-version: ${{ matrix.node_version }}
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
run: npm i -g pnpm
|
run: sudo npm i -g pnpm
|
||||||
- name: Install
|
- name: Install
|
||||||
run: pnpm recursive install
|
run: pnpm recursive install
|
||||||
- name: Format
|
- name: Format
|
||||||
|
|
Loading…
Add table
Reference in a new issue