Skip to content

Commit

Permalink
deps: Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 94683a7 commit ae38364
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"version": "0.1.0",
"engines": {
"node": ">=v12.22.12"
"node": ">=20.9.0"
},
"scripts": {
"prepare": "husky install",
Expand All @@ -23,7 +23,7 @@
"pu": "turbo pu -- --access=public --no-git-checks"
},
"devDependencies": {
"@types/node": "^18.18.7",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitest/coverage-v8": "^0.34.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/module1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build"
],
"engines": {
"node": ">=v12.22.12"
"node": ">=20.9.0"
},
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/module2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build"
],
"engines": {
"node": ">=v12.22.12"
"node": ">=20.9.0"
},
"scripts": {
"build": "tsup",
Expand Down
24 changes: 12 additions & 12 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 ae38364

Please sign in to comment.