Skip to content

Commit

Permalink
chore(deps): update node.js to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 8, 2021
1 parent a3f1bd1 commit 9ab45ec
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 9ab45ec

Please sign in to comment.