ci: bump node version to 22 for eslint compatibility

This commit is contained in:
arabcoders 2026-06-14 18:41:03 +03:00
parent 3631947234
commit 13424d1bcf
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ on:
env: env:
BUN_VERSION: latest BUN_VERSION: latest
NODE_VERSION: 20 NODE_VERSION: 22
PYTHON_VERSION: "3.13" PYTHON_VERSION: "3.13"
jobs: jobs:

View file

@ -29,7 +29,7 @@ env:
DOCKERHUB_SLUG: arabcoders/ytptube DOCKERHUB_SLUG: arabcoders/ytptube
GHCR_SLUG: ghcr.io/arabcoders/ytptube GHCR_SLUG: ghcr.io/arabcoders/ytptube
BUN_VERSION: latest BUN_VERSION: latest
NODE_VERSION: 20 NODE_VERSION: 22
PYTHON_VERSION: "3.13" PYTHON_VERSION: "3.13"
jobs: jobs:

View file

@ -39,7 +39,7 @@ jobs:
env: env:
PYTHON_VERSION: "3.13" PYTHON_VERSION: "3.13"
BUN_VERSION: latest BUN_VERSION: latest
NODE_VERSION: 20 NODE_VERSION: 22
TAG_NAME: ${{ github.event.inputs.tag || github.ref_name }} TAG_NAME: ${{ github.event.inputs.tag || github.ref_name }}
steps: steps: