Skip to content

Commit 023870e

Browse files
committed
fix: bump node version
1 parent 040c6ea commit 023870e

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: ~/schema-utils-js
2727
docker:
28-
- image: cimg/node:20.11.1
28+
- image: cimg/node:20.12.1
2929

3030
jobs:
3131
test:

.node-version

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

0 commit comments

Comments
 (0)