mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-01 11:07:14 -04:00
chore(deps): update actions/setup-node action to v6 (#1114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b14ada8f48
commit
1eb832f00d
2
.github/workflows/native-build.yml
vendored
2
.github/workflows/native-build.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
echo "Expo build is disabled for forks. To enable it, add an EXPO_TOKEN secret to this repository. See https://docs.expo.dev/eas-update/github-actions/ for more information."
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v5
|
||||
uses: actions/setup-node@v6
|
||||
if: env.IS_EXPO_ENABLED == 'true'
|
||||
with:
|
||||
node-version: 22.x
|
||||
|
||||
2
.github/workflows/native-update.yml
vendored
2
.github/workflows/native-update.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
echo "Expo build is disabled for forks. To enable it, add an EXPO_TOKEN secret to this repository. See https://docs.expo.dev/eas-update/github-actions/ for more information."
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v5
|
||||
uses: actions/setup-node@v6
|
||||
if: env.IS_EXPO_ENABLED == 'true'
|
||||
with:
|
||||
node-version: 22.x
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user