mirror of https://github.com/nodejs/corepack.git
ci: validate lockfile
This commit is contained in:
parent
b75683a27e
commit
08b411b62e
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -22,5 +22,6 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- run: yarn install --immutable
|
||||
- run: yarn eslint
|
||||
- run: yarn jest
|
||||
|
|
|
|||
Loading…
Reference in New Issue