Skip to content

Commit

Permalink
fix: bump node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed May 7, 2024
1 parent 24a512f commit e9c3031
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 @@ -25,7 +25,7 @@ aliases:
defaults: &defaults
working_directory: ~/project
docker:
- image: cimg/node:18.13.0
- image: cimg/node:20.12.1

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.13.0
20.12.1

0 comments on commit e9c3031

Please sign in to comment.