From 48c0dbc6143e1428eb52cd4c05e71a9547236a6e Mon Sep 17 00:00:00 2001 From: wChenonly Date: Thu, 16 May 2024 13:25:10 +0800 Subject: [PATCH] chore: support Node.js v22 Signed-off-by: wChenonly --- .github/workflows/ci.yaml | 1 + package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ea7c88..1a6f02a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,7 @@ jobs: - 19 - 20 - 21 + - 22 steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/package-lock.json b/package-lock.json index 09c3a83..c15846c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "node-http-server": "^8.1.4" }, "engines": { - "node": "14 || 16 || 17 || 18 || 19 || 20 || 21" + "node": "14 || 16 || 17 || 18 || 19 || 20 || 21 || 22" } }, "node_modules/@achrinza/event-pubsub": { diff --git a/package.json b/package.json index b9fc200..ef697ac 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "access": "public" }, "engines": { - "node": "14 || 16 || 17 || 18 || 19 || 20 || 21" + "node": "14 || 16 || 17 || 18 || 19 || 20 || 21 || 22" }, "dependencies": { "@achrinza/event-pubsub": "5.0.9",