chore(deps): update dependency node to v24 (#1139)

This commit is contained in:
Zoe Roux 2025-11-03 09:32:48 +01:00 committed by GitHub
commit dd9e611bef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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