We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451d0d0 commit 4e423e4Copy full SHA for 4e423e4
.circleci/config.yml
@@ -2,7 +2,8 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: 'circleci/node:16-browsers'
+ # https://circleci.com/developer/images/image/cimg/node
6
+ - image: cimg/node:lts-browsers
7
steps:
8
- checkout
9
# Download and cache dependencies
@@ -22,7 +23,7 @@ jobs:
22
23
24
test-single-app:
25
26
27
28
29
@@ -37,7 +38,7 @@ jobs:
37
38
39
test-workspace-app-lib:
40
41
42
43
44
0 commit comments