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/
|
- node_modules/
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- node --version
|
||||||
|
- yarn --version
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
|
|
Reference in New Issue