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 Oct 8, 2024
1 parent 4963ac7 commit db3fd2c
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 40 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.18.0"
},
"packageManager": "pnpm@9.0.4",
"scripts": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/node": "^18.19.24",
"@types/node": "^20.16.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-v8": "^0.34.6",
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.1",
"description": "Shared TypeScript tsconfig.json",
"engines": {
"node": ">=v16.20.2"
"node": ">=20.18.0"
},
"keywords": [
"tsconfig",
Expand Down
101 changes: 64 additions & 37 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 db3fd2c

Please sign in to comment.