Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
chore: use node 20 (#319)
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Trümper <privat@truemper-nord.de>
  • Loading branch information
dennistruemper and dennistruemper authored Jan 11, 2024
1 parent 454b256 commit a015f82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
20.11.0
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"zod": "3.22.4"
},
"ampt": {
"buildRuntime": "nodejs20",
"app": "lists-pink-backend",
"org": "dennistruemper269889"
},
Expand Down
9 changes: 2 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,11 @@
"automerge": true,
"labels": ["dependencies"],
"packageRules": [
{
"matchPackageNames": ["vite"],
"allowedVersions": ["<5.0.0"],
"description": "needs node 20"
},
{
"matchPackageNames": ["node"],
"extends": ["schedule:monthly"],
"allowedVersions": ["<20.0.0"],
"description": "Node.js 20 is not supported by Ampt yet"
"allowedVersions": ["<22.0.0"],
"description": "Node.js 22 is not supported by Ampt yet"
},
{
"matchPackageNames": ["aws-sdk"],
Expand Down

0 comments on commit a015f82

Please sign in to comment.