Skip to content

Commit 2a10389

Browse files
committed
set circleci nodejs version to 14
1 parent 08455ad commit 2a10389

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2
66
jobs:
77
test-job:
88
docker:
9-
- image: circleci/node:10
9+
- image: cimg/node:21.6.1
1010
working_directory: ~/repo
1111
steps:
1212
- checkout
@@ -29,7 +29,7 @@ jobs:
2929

3030
test-docs:
3131
docker:
32-
- image: circleci/node:10
32+
- image: cimg/node:21.6.1
3333
working_directory: ~/repo
3434
steps:
3535
- checkout
@@ -43,7 +43,7 @@ jobs:
4343

4444
deploy-docs:
4545
docker:
46-
- image: circleci/node:10
46+
- image: cimg/node:21.6.1
4747
working_directory: ~/repo
4848
steps:
4949
- checkout
@@ -59,7 +59,7 @@ jobs:
5959

6060
publish-job:
6161
docker:
62-
- image: circleci/node:10
62+
- image: cimg/node:21.6.1
6363
working_directory: ~/repo
6464
steps:
6565
- checkout

0 commit comments

Comments
 (0)