Skip to content

Commit

Permalink
fix: bump to node 20 and update transpiler
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed May 7, 2024
1 parent 77a3fb2 commit 0a5d972
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 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:16.17.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 @@
16.17.0
20.12.1
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@iarna/toml": "^2.2.5",
"@json-schema-tools/dereferencer": "^1.5.7",
"@json-schema-tools/transpiler": "^1.10.2",
"@json-schema-tools/transpiler": "^1.10.4",
"lodash": "^4.17.21",
"node-typescript-compiler": "^3.0.0"
}
Expand Down

0 comments on commit 0a5d972

Please sign in to comment.