2019-10-24 15:44:51 +00:00
|
|
|
language: node_js
|
|
|
|
|
|
|
|
node_js:
|
2021-10-18 14:15:06 +00:00
|
|
|
- 'node'
|
|
|
|
- 'lts/*'
|
2019-10-24 15:44:51 +00:00
|
|
|
|
|
|
|
install:
|
2021-10-18 14:15:06 +00:00
|
|
|
- npm uninstall typescript --no-save
|
|
|
|
- npm install
|
2019-10-24 15:44:51 +00:00
|
|
|
|
|
|
|
cache:
|
2021-10-18 14:15:06 +00:00
|
|
|
directories:
|
|
|
|
- node_modules
|
2019-10-24 15:44:51 +00:00
|
|
|
|
|
|
|
git:
|
2021-10-18 14:15:06 +00:00
|
|
|
depth: 1
|