ci: bump node version to 22 for eslint compatibility
This commit is contained in:
parent
3631947234
commit
13424d1bcf
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-pr.yml
vendored
2
.github/workflows/build-pr.yml
vendored
|
|
@ -15,7 +15,7 @@ on:
|
|||
|
||||
env:
|
||||
BUN_VERSION: latest
|
||||
NODE_VERSION: 20
|
||||
NODE_VERSION: 22
|
||||
PYTHON_VERSION: "3.13"
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -29,7 +29,7 @@ env:
|
|||
DOCKERHUB_SLUG: arabcoders/ytptube
|
||||
GHCR_SLUG: ghcr.io/arabcoders/ytptube
|
||||
BUN_VERSION: latest
|
||||
NODE_VERSION: 20
|
||||
NODE_VERSION: 22
|
||||
PYTHON_VERSION: "3.13"
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
2
.github/workflows/native-build.yml
vendored
2
.github/workflows/native-build.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
env:
|
||||
PYTHON_VERSION: "3.13"
|
||||
BUN_VERSION: latest
|
||||
NODE_VERSION: 20
|
||||
NODE_VERSION: 22
|
||||
TAG_NAME: ${{ github.event.inputs.tag || github.ref_name }}
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue