- Using LTS to build

This commit is contained in:
Ferdi Koomen 2021-11-12 10:05:33 +01:00
parent 75a24bb507
commit e5f81949ee
2 changed files with 1 additions and 4 deletions

View File

@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/repo
docker:
- image: circleci/node:latest-browsers
- image: cimg/node:lts-browsers
steps:
- checkout
- restore_cache:

View File

@ -104,8 +104,5 @@
"rollup-plugin-typescript2": "0.30.0",
"tslib": "2.3.1",
"typescript": "4.4.4"
},
"resolutions":{
"tslib": "2.3.1"
}
}