From 0b6fdde1090204ea18f4fc31e0eab8cc62dcddfe Mon Sep 17 00:00:00 2001 From: Adrian Date: Tue, 12 Nov 2024 11:27:05 +0100 Subject: [PATCH] ci: Use node 22 and latest Python 3.12.x (#248) --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6ecfcc8..6a642a20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,9 @@ name: CI env: - PYTHON_VERSION: '3.12.2' + TZ: Europe/Zurich + PYTHON_VERSION: '3.12.7' + NODE_VERSION: '22.x' on: push: @@ -70,7 +72,7 @@ jobs: uses: actions/setup-node@v4 if: steps.cache-npm.outputs.cache-hit != 'true' with: - node-version: '18.x' + node-version: ${{ env.NODE_VERSION }} - name: Install Indico run: | @@ -110,7 +112,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: ${{ env.NODE_VERSION }} - name: Download environment uses: actions/download-artifact@v4 @@ -180,7 +182,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: ${{ env.NODE_VERSION }} - name: Download environment uses: actions/download-artifact@v4