Skip to content

Commit a35f110

Browse files
committed
fix(ci): add executor
1 parent af0b5cf commit a35f110

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ executors:
44
node14:
55
docker:
66
- image: cimg/node:14.17.0
7+
node18:
8+
docker:
9+
- image: cimg/node:18.19.0
710

811
commands:
912
build_project:

0 commit comments

Comments
 (0)