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 fb26b6e commit 534031dCopy full SHA for 534031d
.circleci/config.yml
@@ -22,7 +22,7 @@ version: 2
22
jobs:
23
Typecheck:
24
docker:
25
- - image: circleci/node:12
+ - image: circleci/node:17
26
steps:
27
- checkout
28
- restore-cache: *restore-cache
@@ -32,7 +32,7 @@ jobs:
32
33
Build:
34
35
36
37
38
@@ -43,7 +43,7 @@ jobs:
43
44
Web Platform Tests:
45
46
- - image: circleci/node:12-browsers
+ - image: circleci/node:17-browsers
47
48
49
@@ -68,7 +68,7 @@ jobs:
68
69
Browserstack:
70
71
72
73
74
0 commit comments