Skip to content

Commit

Permalink
Merge pull request #1641 from nestjs/renovate/circleci-node-17.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v17
  • Loading branch information
kamilmysliwiec committed Nov 18, 2021
2 parents 8e4f3f1 + 9ab45ec commit 6dc8bda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
build:
working_directory: ~/nest
docker:
- image: circleci/node:16
- image: circleci/node:17
steps:
- checkout
- run:
Expand All @@ -47,7 +47,7 @@ jobs:
unit_tests:
working_directory: ~/nest
docker:
- image: circleci/node:16
- image: circleci/node:17
steps:
- checkout
- *restore-cache
Expand All @@ -58,7 +58,7 @@ jobs:
e2e_tests:
working_directory: ~/nest
docker:
- image: circleci/node:16
- image: circleci/node:17
steps:
- checkout
- *restore-cache
Expand Down

0 comments on commit 6dc8bda

Please sign in to comment.