Skip to content

Commit d0cf46e

Browse files
committed
tweak
1 parent b247574 commit d0cf46e

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
@@ -22,7 +22,7 @@ workflows:
2222
jobs:
2323
lint:
2424
docker:
25-
- image: circleci/node:10
25+
- image: circleci/node:14
2626
steps:
2727
- checkout
2828
- run:
@@ -34,7 +34,7 @@ jobs:
3434

3535
test-v4:
3636
docker:
37-
- image: circleci/node:10
37+
- image: circleci/node:14
3838
steps:
3939
- checkout
4040
- run:
@@ -46,7 +46,7 @@ jobs:
4646

4747
test-v5:
4848
docker:
49-
- image: circleci/node:10
49+
- image: circleci/node:14
5050
steps:
5151
- checkout
5252
- run:
@@ -58,7 +58,7 @@ jobs:
5858

5959
test-v6:
6060
docker:
61-
- image: circleci/node:10
61+
- image: circleci/node:14
6262
steps:
6363
- checkout
6464
- run:
@@ -70,7 +70,7 @@ jobs:
7070

7171
release:
7272
docker:
73-
- image: circleci/node:10
73+
- image: circleci/node:14
7474
steps:
7575
- checkout
7676
- run:

0 commit comments

Comments
 (0)