0
Fork 0
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:
Juan Picado 2021-04-09 20:51:30 +02:00
parent 0e18842be5
commit d0bd58049d

View file

@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [14]
node_version: [14]
name: ${{ matrix.os }} / Node ${{ matrix.node_version }}
runs-on: ${{ matrix.os }}
@ -22,11 +22,11 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Use Node ${{ matrix.node_version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node_version: ${{ matrix.node_version }}
node-version: ${{ matrix.node_version }}
- name: Install pnpm
run: npm i -g pnpm
run: sudo npm i -g pnpm
- name: Install
run: pnpm recursive install
- name: Format