Skip to content

Commit b24b955

Browse files
committed
chore(deps): update node.js to v17
1 parent 1b43ce0 commit b24b955

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
@@ -62,7 +62,7 @@ jobs:
6262
verify-unit-tests:
6363
working_directory: ~/project
6464
docker:
65-
- image: circleci/node:10
65+
- image: circleci/node:17
6666
steps:
6767
- checkout
6868
- *restore-npm-cache
@@ -84,7 +84,7 @@ jobs:
8484
run-semantic-release:
8585
working_directory: ~/project
8686
docker:
87-
- image: circleci/node:10
87+
- image: circleci/node:17
8888
steps:
8989
- checkout:
9090
path: ~/project

0 commit comments

Comments
 (0)