We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942b532 commit 8b79311Copy full SHA for 8b79311
.circleci/config.yml
@@ -22,7 +22,7 @@ version: 2
22
jobs:
23
Typecheck:
24
docker:
25
- - image: circleci/node:8
+ - image: circleci/node:12
26
steps:
27
- checkout
28
- restore-cache: *restore-cache
@@ -31,7 +31,7 @@ jobs:
31
32
Build:
33
34
35
36
37
@@ -42,7 +42,7 @@ jobs:
42
43
Test:
44
45
46
47
48
0 commit comments