Skip to content

Commit

Permalink
Merge pull request #1093 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 Oct 28, 2021
2 parents 8073acb + 2c8ecf1 commit 04944ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
working_directory: ~/nest
docker:
- image: circleci/node:16
- image: circleci/node:17
steps:
- checkout
- run:
Expand Down

0 comments on commit 04944ce

Please sign in to comment.