Skip to content

Commit b97692e

Browse files
chore(deps): update cimg/node docker tag to v21.6.0
1 parent 491ec41 commit b97692e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
Lint:
1717
docker:
18-
- image: cimg/node:21.5.0
18+
- image: cimg/node:21.6.0
1919
steps:
2020
- checkout
2121
- run: npm version
@@ -24,15 +24,15 @@ jobs:
2424

2525
Formatting:
2626
docker:
27-
- image: cimg/node:21.5.0
27+
- image: cimg/node:21.6.0
2828
steps:
2929
- checkout
3030
- run: npm ci
3131
- run: npm run check:format
3232

3333
Tests:
3434
docker:
35-
- image: cimg/node:21.5.0
35+
- image: cimg/node:21.6.0
3636
steps:
3737
- checkout
3838
- run: npm run ci:precheck
@@ -50,7 +50,7 @@ jobs:
5050

5151
BuildTarball:
5252
docker:
53-
- image: cimg/node:21.5.0
53+
- image: cimg/node:21.6.0
5454
steps:
5555
- checkout
5656
- run: npm run ci:precheck
@@ -67,7 +67,7 @@ jobs:
6767
framework:
6868
type: string
6969
docker:
70-
- image: cimg/node:21.5.0
70+
- image: cimg/node:21.6.0
7171
steps:
7272
- checkout
7373
- attach_workspace:

0 commit comments

Comments
 (0)