We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870740e commit 88f7d90Copy full SHA for 88f7d90
.circleci/config.yml
@@ -21,7 +21,7 @@ commands:
21
jobs:
22
build:
23
docker:
24
- - image: cimg/node:14.16.0
+ - image: cimg/node:14.16.1
25
steps:
26
- checkout
27
- install-packages
@@ -31,15 +31,15 @@ jobs:
31
32
lint-prettier:
33
34
35
36
37
38
- run: npm run lint:prettier
39
40
lint-eslint:
41
42
43
44
45
@@ -49,7 +49,7 @@ jobs:
49
50
ts-check:
51
52
53
54
55
0 commit comments