Skip to content

Commit

Permalink
feat: change node version
Browse files Browse the repository at this point in the history
  • Loading branch information
huv1k committed Jan 11, 2024
1 parent 144f918 commit e96af25
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.x.x
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prepare": "husky install"
},
"engines": {
"node": "18.x.x"
"node": "20.x.x"
},
"license": "MIT",
"prettier": {
Expand Down
8 changes: 0 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
{
"matchPackageNames": ["@types/node"],
"allowedVersions": "/^20\\..*$/"
},
{
"matchManagers": ["npm"],
"postUpgradeTasks": {
"commands": ["pnpm install", "pnpm generate", "pnpm package"],
"fileFilters": ["src/**/*", "dist/**/*"],
"executionMode": "branch"
}
}
]
}

1 comment on commit e96af25

@vercel
Copy link

@vercel vercel bot commented on e96af25 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

website – ./

website-huv1k.vercel.app
website-git-master-huv1k.vercel.app
www.huvik.dev
huvik.dev

Please sign in to comment.