Skip to content

Commit 225f3eb

Browse files
authored
build: use CircleCI cimg/node image (#225)
Old image is deprecated
1 parent 32a5680 commit 225f3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ orbs:
44
jobs:
55
test:
66
docker:
7-
- image: circleci/node:14
7+
- image: cimg/node:14.21
88
steps:
99
- checkout
1010
- restore_cache:

0 commit comments

Comments
 (0)