From 7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 17 Feb 2024 14:57:39 +0530 Subject: upgrade node to 20.11.1 and other minor versions for pkgs --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15143dc58..deee1b60d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,8 +62,8 @@ Currently, these are the combinations of system dependencies that work for MacOS # Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed $ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json { - "node": "20.11.0", - "pnpm": "8.14.1" + "node": "20.11.1", + "pnpm": "8.15.3" } ``` -- cgit v1.2.3-54-g00ecf