Skip to content

Commit

Permalink
Merge pull request #11786 from nestjs/renovate/cimg-node-16.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v16.20
  • Loading branch information
kamilmysliwiec committed Jun 14, 2023
2 parents c01ea3f + 4732f56 commit b601de0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
build:
working_directory: ~/nest
docker:
- image: cimg/node:16.19
- image: cimg/node:16.20
steps:
- checkout
- run:
Expand All @@ -52,7 +52,7 @@ jobs:
test_node_16:
working_directory: ~/nest
docker:
- image: cimg/node:16.19
- image: cimg/node:16.20
steps:
- checkout
- *restore-cache
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
codechecks_benchmarks:
working_directory: ~/nest
docker:
- image: cimg/node:16.19
- image: cimg/node:16.20
steps:
- checkout
- *restore-cache
Expand All @@ -146,7 +146,7 @@ jobs:
samples:
working_directory: ~/nest
docker:
- image: cimg/node:16.19
- image: cimg/node:16.20
environment:
- DISABLE_OPENCOLLECTIVE: true
steps:
Expand Down

0 comments on commit b601de0

Please sign in to comment.