Archived
1
0
This commit is contained in:
Joe Previte
2022-09-21 15:26:29 -07:00
parent 97842c403d
commit 6c8261a161
2 changed files with 3 additions and 3 deletions

View File

@ -101,8 +101,8 @@ jobs:
uses: tj-actions/changed-files@v23.2
with:
files: |
*.sh
*.bats
**/*.sh
**/*.bats
- name: Install Node.js v16
if: steps.changed-files.outputs.any_changed == 'true'