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 8b0386e commit 451d0d0Copy full SHA for 451d0d0
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: 'cimg/node:lts-browsers'
+ - image: 'circleci/node:16-browsers'
6
steps:
7
- checkout
8
# Download and cache dependencies
@@ -22,7 +22,7 @@ jobs:
22
23
test-single-app:
24
25
26
27
28
@@ -37,7 +37,7 @@ jobs:
37
38
test-workspace-app-lib:
39
40
41
42
43
0 commit comments