ci: validate lockfile

This commit is contained in:
merceyz 2020-09-29 14:00:28 +02:00
parent b75683a27e
commit 08b411b62e
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
- name: 'Build Node with corepack master'
run: |
yarn install --immutable
yarn pack
git clone -b mael/pmm --depth=1 https://github.com/arcanis/node.git node && cd node
git config user.name 'John Doe'

View File

@ -22,5 +22,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --immutable
- run: yarn eslint
- run: yarn jest