Skip to content

Commit cfea43c

Browse files
committed
change image name
1 parent f4cf513 commit cfea43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ version: 2.1
22
jobs:
33
test:
44
docker:
5-
- image: circleci/node:18.15
5+
- image: cimg/node:18.15
66
steps:
77
- checkout
88
- run: npm install
99
- run: npm run test:unit
1010

1111
release:
1212
docker:
13-
- image: circleci/node:18.15
13+
- image: cimg/node:18.15
1414
steps:
1515
- checkout
1616
- run: npm install

0 commit comments

Comments
 (0)