Skip to content

Commit e5f8194

Browse files
committed
- Using LTS to build
1 parent 75a24bb commit e5f8194

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/repo
55
docker:
6-
- image: circleci/node:latest-browsers
6+
- image: cimg/node:lts-browsers
77
steps:
88
- checkout
99
- restore_cache:

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,5 @@
104104
"rollup-plugin-typescript2": "0.30.0",
105105
"tslib": "2.3.1",
106106
"typescript": "4.4.4"
107-
},
108-
"resolutions":{
109-
"tslib": "2.3.1"
110107
}
111108
}

0 commit comments

Comments
 (0)