Skip to content

Commit 54639be

Browse files
committed
fix: node version bump
1 parent 797fdf6 commit 54639be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ aliases:
2525
defaults: &defaults
2626
working_directory: ~/project
2727
docker:
28-
- image: cimg/node:16.17.0
28+
- image: cimg/node:20.12.1
2929
jobs:
3030
test:
3131
<<: *defaults

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.17.0
1+
20.12.1

0 commit comments

Comments
 (0)