mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-21 14:03:21 -05:00
chore(deps): update dependency node to v24 (#1139)
This commit is contained in:
commit
dd9e611bef
2
.github/workflows/native-build.yml
vendored
2
.github/workflows/native-build.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
if: env.IS_EXPO_ENABLED == 'true'
|
if: env.IS_EXPO_ENABLED == 'true'
|
||||||
with:
|
with:
|
||||||
node-version: 22.x
|
node-version: 24.x
|
||||||
cache: yarn
|
cache: yarn
|
||||||
cache-dependency-path: front/yarn.lock
|
cache-dependency-path: front/yarn.lock
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/native-update.yml
vendored
2
.github/workflows/native-update.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
if: env.IS_EXPO_ENABLED == 'true'
|
if: env.IS_EXPO_ENABLED == 'true'
|
||||||
with:
|
with:
|
||||||
node-version: 22.x
|
node-version: 24.x
|
||||||
cache: yarn
|
cache: yarn
|
||||||
cache-dependency-path: front/yarn.lock
|
cache-dependency-path: front/yarn.lock
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user