fix(ci): update docker image for Node orb

CircleCi was complaining about:

```
error npm-check-updates@9.0.1: The engine "node" is incompatible with this module. Expected version ">=10.17". Got "10.16.3"
error Found incompatible module.
```
pull/61/head
guhur 4 years ago committed by GitHub
parent 346a1a27a1
commit 603360a440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ version: 2.1
jobs:
build:
docker:
- image: circleci/node:10.16.3
- image: circleci/node@4.0.0
steps:
- checkout
- run:

Loading…
Cancel
Save