Skip to content

Commit

Permalink
Merge pull request #2448 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.18
  • Loading branch information
kamilmysliwiec committed Oct 25, 2022
2 parents e9c06b9 + 8e0ba00 commit 366720c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
build:
working_directory: ~/nest
docker:
- image: cimg/node:16.17
- image: cimg/node:16.18
steps:
- checkout
- *restore-cache
Expand All @@ -38,7 +38,7 @@ jobs:
e2e_tests:
working_directory: ~/nest
docker:
- image: cimg/node:16.17
- image: cimg/node:16.18
steps:
- checkout
- *restore-cache
Expand Down

0 comments on commit 366720c

Please sign in to comment.