From 1e1caee64f1ce8848c4cda36294d9228092b4187 Mon Sep 17 00:00:00 2001 From: rtritto Date: Fri, 11 Oct 2024 17:34:22 +0200 Subject: [PATCH] chore: add Node 22 as minor version --- .github/workflows/publish.yml | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 73b1d25..f4b8b31 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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" diff --git a/package.json b/package.json index 5ddb05e..a1ffcd8 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,8 @@ }, "peerDependencies": { "elysia": "^1.1.0" + }, + "engines": { + "node": ">=22" } }