From 087fd626f9eff2fa8933f7ff29a74a3e1c86fb43 Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Tue, 28 May 2024 14:29:39 +0800 Subject: [PATCH] v1.4.15 - chore: support Node.js v22 - ci: pin macos runner version Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d25c61..f1715ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@node-ipc/vanilla-test", - "version": "1.4.14", + "version": "1.4.15", "description": "minimal test framework for node, browsers, and electron, anywhere javascript can run", "main": "index.js", "type": "module",