Skip to content

Commit

Permalink
chore: add Node 22 as minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Oct 11, 2024
1 parent 9746bc2 commit 1e1caee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "22"
registry-url: "https://registry.npmjs.org"
scope: "@gramio"

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
},
"peerDependencies": {
"elysia": "^1.1.0"
},
"engines": {
"node": ">=22"
}
}

0 comments on commit 1e1caee

Please sign in to comment.