Skip to content

Commit 2e80908

Browse files
authored
Merge pull request #756 from json-schema-tools/fix/bump-node-20
fix: bump node 20
2 parents 24a512f + e9c3031 commit 2e80908

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:18.13.0
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-
18.13.0
1+
20.12.1

0 commit comments

Comments
 (0)