WIP - add extractor, generate snippet_data
This commit is contained in:
14
node_modules/physical-cpu-count/.gitlab-ci.yml
generated
vendored
Normal file
14
node_modules/physical-cpu-count/.gitlab-ci.yml
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
cache:
|
||||
paths:
|
||||
- node_modules
|
||||
|
||||
argon:
|
||||
image: node:argon
|
||||
script:
|
||||
- npm i
|
||||
- npm t
|
||||
|
||||
boron:
|
||||
image: node:boron
|
||||
script:
|
||||
- npm it
|
||||
Reference in New Issue
Block a user