We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6eea4b commit dc9d976Copy full SHA for dc9d976
.circleci/config.yml
@@ -20,7 +20,7 @@ step_install_nvm: &step_install_nvm
20
jobs:
21
unit-test:
22
docker:
23
- - image: circleci/node:14
+ - image: cimg/node:20.11.0
24
steps:
25
- checkout
26
- run:
0 commit comments