Skip to content

Commit fa39ec6

Browse files
committed
chore(deps): update node.js to v17
1 parent 52ccf0a commit fa39ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
working_directory: ~/nest
1919
docker:
20-
- image: circleci/node:16
20+
- image: circleci/node:17
2121
steps:
2222
- checkout
2323
- run:
@@ -39,7 +39,7 @@ jobs:
3939
integration_tests:
4040
working_directory: ~/nest
4141
docker:
42-
- image: circleci/node:16
42+
- image: circleci/node:17
4343
steps:
4444
- checkout
4545
- *restore-cache

0 commit comments

Comments
 (0)