Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 39d4283 commit b68d0bd
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 33 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "git@github.com:Cphayim/ombro.git",
"license": "MIT",
"engines": {
"node": ">=v16.20.2"
"node": ">=20.9.0"
},
"packageManager": "pnpm@8.7.6",
"scripts": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/fs-extra": "^11.0.2",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.17.17",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-v8": "^0.34.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.0",
"description": "Shared TypeScript tsconfig.json",
"engines": {
"node": ">=v16.20.2"
"node": ">=20.9.0"
},
"keywords": [
"tsconfig",
Expand Down
65 changes: 35 additions & 30 deletions pnpm-lock.yaml

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

0 comments on commit b68d0bd

Please sign in to comment.