ci: switch to cimg/node:lts
This commit is contained in:
parent
52c209dbb9
commit
20543a0612
|
@ -7,7 +7,7 @@ orbs:
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
docker:
|
docker:
|
||||||
- image: "circleci/node:lts"
|
- image: "cimg/node:lts"
|
||||||
steps:
|
steps:
|
||||||
- add_ssh_keys:
|
- add_ssh_keys:
|
||||||
fingerprints:
|
fingerprints:
|
||||||
|
|
Loading…
Reference in New Issue