Update yarn.lock and add node/yarn version to CI
This commit is contained in:
parent
1177457718
commit
ae742e374f
|
@ -6,6 +6,8 @@ cache:
|
|||
- node_modules/
|
||||
|
||||
before_script:
|
||||
- node --version
|
||||
- yarn --version
|
||||
- yarn
|
||||
|
||||
lint:
|
||||
|
|
Reference in New Issue