From 8beee55ddfeded61faef921a65c5d526000ad752 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Wed, 3 Jul 2024 21:45:44 +0200 Subject: [PATCH] chore: Update pnpm version to 20 in alpha.yml workflow --- .github/workflows/alpha.yml | 1 + README.md | 3 +++ gluon.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index caee3d084..b50c4298b 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -326,6 +326,7 @@ jobs: cat ../.github/workflows/src/windows_mozconfig >> ../configs/common/mozconfig cd .. + npm install -g pnpm pnpm gluon bootstrap cd engine/ diff --git a/README.md b/README.md index 694454560..7fab13917 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Experience tranquillity while browsing the web without people tracking you! +# Compatibility + +Zen is currently built using firefox version `127.0.2`! ## 🚀 Run Locally diff --git a/gluon.json b/gluon.json index a78118767..abd29ea86 100644 --- a/gluon.json +++ b/gluon.json @@ -5,7 +5,7 @@ "binaryName": "zen", "version": { "product": "firefox", - "version": "127.0.1", + "version": "127.0.2", "displayVersion": "1.0.0" }, "buildOptions": {