From c87775b3e76bae8b59580293e8212df28f6e960b Mon Sep 17 00:00:00 2001 From: Shivam Raj Date: Sat, 8 Feb 2025 01:03:27 +0530 Subject: [PATCH] updated py version for node14 testing Signed-off-by: Shivam Raj --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64a5dfd0..e854e459 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,6 +45,11 @@ jobs: with: node-version: ${{ matrix.node-version }} - uses: actions/checkout@v3 + - name: Set up Python 3.10 for Node 14 + if: ${{ matrix.node-version == '14' }} + uses: actions/setup-python@v4 + with: + python-version: '3.10' - name: Cache node modules uses: actions/cache@v3 with: