Skip to content

Commit 0a5d972

Browse files
committed
fix: bump to node 20 and update transpiler
1 parent 77a3fb2 commit 0a5d972

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
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

3030
jobs:
3131
test:

.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

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@iarna/toml": "^2.2.5",
4141
"@json-schema-tools/dereferencer": "^1.5.7",
42-
"@json-schema-tools/transpiler": "^1.10.2",
42+
"@json-schema-tools/transpiler": "^1.10.4",
4343
"lodash": "^4.17.21",
4444
"node-typescript-compiler": "^3.0.0"
4545
}

0 commit comments

Comments
 (0)