From ffee233f1cc41c85e32f647a61a3c8c5bba6cf0d Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Tue, 28 May 2024 14:17:20 +0800 Subject: [PATCH] chore: support Node.js v22 see: https://github.com/achrinza/node-ipc/issues/61 Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- .github/workflows/ci.yaml | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 625308d..04625d6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,8 @@ jobs: - 18 - 19 - 20 - - 21 + - 21 + - 22 fail-fast: false steps: - uses: actions/checkout@v3 diff --git a/package.json b/package.json index 9c77fea..9d25c61 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/node-ipc/vanilla-test.git" }, "dependencies": { - "@achrinza/strong-type": "1.1.7", + "@achrinza/strong-type": "1.1.9", "ansi-colors-es6": "5.0.0" }, "devDependencies": {