mirror of
https://github.com/iptv-org/iptv
synced 2026-05-08 02:27:24 -04:00
Update check.yml
This commit is contained in:
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- name: Get list of changed files
|
||||
id: files
|
||||
run: |
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
fi
|
||||
echo "all_changed_files=$ALL_CHANGED_FILES" >> "$GITHUB_OUTPUT"
|
||||
echo "any_changed=$ANY_CHANGED" >> "$GITHUB_OUTPUT"
|
||||
- uses: actions/setup-node@v6
|
||||
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
||||
if: steps.files.outputs.any_changed == 'true'
|
||||
with:
|
||||
node-version: 22
|
||||
|
||||
Reference in New Issue
Block a user