Skip to content

Commit

Permalink
feat: Updating node version
Browse files Browse the repository at this point in the history
  • Loading branch information
harazdovskiy committed Apr 18, 2024
1 parent 26f9cca commit 8b53393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2.1
parameters:
node_version:
type: string
default: '16.17.0'
default: '18.12.0'

commands:
install_deps:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@shelf/tsconfig": "0.1.0",
"@types/cwd": "0.10.2",
"@types/jest": "29.5.12",
"@types/node": "16",
"@types/node": "18",
"cwd": "0.10.0",
"eslint": "8.56.0",
"eslint-plugin-prettier": "5.1.3",
Expand All @@ -76,7 +76,7 @@
"pg": "*"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 8b53393

Please sign in to comment.