Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 1, 2024
1 parent f3a929a commit e8b7c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
refs:
container: &container
docker:
- image: node:18.16.0
- image: node:20.15.0
working_directory: ~/repo
steps:
- &Versions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
]
},
"volta": {
"node": "18.16.0",
"node": "20.15.0",
"yarn": "1.22.19"
}
}

0 comments on commit e8b7c6f

Please sign in to comment.