From 5e3363b0e9cc048a9348c850c302c5cd29845bc2 Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Tue, 14 Apr 2026 13:46:27 +0000
Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Add=20ARIA=20live?=
=?UTF-8?q?=20region=20to=20Mario=20game=20score?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com>
---
src/views/mario-game.njk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/mario-game.njk b/src/views/mario-game.njk
index 67b6bd7..bcab8ab 100644
--- a/src/views/mario-game.njk
+++ b/src/views/mario-game.njk
@@ -58,7 +58,7 @@
From 940650229db8949ef2e21d50efff451565e23e59 Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Tue, 14 Apr 2026 14:11:25 +0000
Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Fix=20Python=20CI?=
=?UTF-8?q?=20pipeline=20and=20Node=2020=20deprecation?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com>
---
.github/workflows/python-package.yml | 4 +++-
requirements.txt | 1 -
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml
index dc172e0..b7f6c65 100644
--- a/.github/workflows/python-package.yml
+++ b/.github/workflows/python-package.yml
@@ -13,6 +13,8 @@ jobs:
build:
runs-on: ubuntu-latest
+ env:
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
strategy:
fail-fast: false
matrix:
@@ -21,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
diff --git a/requirements.txt b/requirements.txt
index cfaa995..4ad1501 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,3 @@
numpy
pandas
requests
-venv