Skip to content

Commit 4e423e4

Browse files
authored
feat/new circleci image (#89)
1 parent 451d0d0 commit 4e423e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: 'circleci/node:16-browsers'
5+
# https://circleci.com/developer/images/image/cimg/node
6+
- image: cimg/node:lts-browsers
67
steps:
78
- checkout
89
# Download and cache dependencies
@@ -22,7 +23,7 @@ jobs:
2223

2324
test-single-app:
2425
docker:
25-
- image: 'circleci/node:16-browsers'
26+
- image: cimg/node:lts-browsers
2627
steps:
2728
- checkout
2829
# Download and cache dependencies
@@ -37,7 +38,7 @@ jobs:
3738

3839
test-workspace-app-lib:
3940
docker:
40-
- image: 'circleci/node:16-browsers'
41+
- image: cimg/node:lts-browsers
4142
steps:
4243
- checkout
4344
# Download and cache dependencies

0 commit comments

Comments
 (0)