diff --git a/.circleci/config.yml b/.circleci/config.yml index e52d49619d63a7..663b0295a5979e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,6 +75,7 @@ commands: node scripts/useReactVersion.mjs # log a patch for maintainers who want to check out this change git --no-pager diff HEAD + - when: condition: << parameters.browsers >> steps: @@ -93,6 +94,13 @@ commands: name: Restore playwright cache keys: - v6-playwright-{{ arch }}-{{ checksum "/tmp/playwright_info.json" }} + - when: + condition: + not: << parameters.browsers >> + steps: + # See https://stackoverflow.com/a/73411601 + - run: corepack enable --install-directory ~/bin + - run: name: View install environment command: | diff --git a/docs/data/about/teamMembers.json b/docs/data/about/teamMembers.json index 606fdbad2fc7b6..7227d10b9825e9 100644 --- a/docs/data/about/teamMembers.json +++ b/docs/data/about/teamMembers.json @@ -306,5 +306,14 @@ "locationCountry": "fr", "about": "Cooking 🍳, plant caring 🪴 and literature 📖", "github": "arthurbalduini" + }, + { + "name": "Kenan Yusuf", + "title": "Design Engineer - X", + "location": "London, UK", + "locationCountry": "gb", + "about": "Amateur cook, DIYer, and film photographer", + "github": "KenanYusuf", + "twitter": "KebabYusuf" } ] diff --git a/docs/public/static/branding/about/kenan-yusuf.png b/docs/public/static/branding/about/kenan-yusuf.png new file mode 100644 index 00000000000000..7a4ae477cb29ae Binary files /dev/null and b/docs/public/static/branding/about/kenan-yusuf.png differ diff --git a/package.json b/package.json index 79dcc384e57a35..7f5e8108211eb5 100644 --- a/package.json +++ b/package.json @@ -184,6 +184,9 @@ "yargs": "^17.7.2" }, "packageManager": "pnpm@8.15.8", + "engines": { + "pnpm": "8.15.8" + }, "resolutions": { "@babel/core": "^7.24.5", "@babel/code-frame": "^7.24.2",