From 170a3b01e6fda4bc2688e8e9a567777226073324 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 28 Jan 2023 08:55:42 +0530 Subject: Upgrade 'nodejs' to '18.13.0', 'pnpm' to '7.25.1' and the recipes submodule --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72fbd35..99abe81 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,8 +49,8 @@ Currently, these are the combinations of system dependencies that work for MacOS ```bash $ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json { - "node": "16.18.1", - "pnpm": "7.19.0", + "node": "18.13.0", + "pnpm": "7.25.1", "python": "3.11.1" } ``` -- cgit v1.2.3-54-g00ecf