Skip to content

Commit 966a71d

Browse files
author
Anthony Mayer
authored
Update config.yml
chore: Switching this repo's circleci config to use new cimg/node instead of legacy circleci/node
1 parent 17a60d6 commit 966a71d

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
@@ -21,7 +21,7 @@ jobs:
2121
paths: .
2222
publish:
2323
docker:
24-
- image: circleci/node:12
24+
- image: cimg/node:12
2525
environment:
2626
- PATH: '~/bin:/opt/yarn/yarn-v1.5.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
2727
steps:

0 commit comments

Comments
 (0)