This commit is contained in:
Salman Muin Kayser Chishti 2025-08-08 07:40:12 +01:00
parent 5393183bd6
commit e76b1ece36

View File

@ -166,13 +166,7 @@ jobs:
with:
node-version-file: '__tests__/data/${{ matrix.node-version-file }}'
- name: Verify node
run: |
if [ "${{ matrix.node-version-file }}" = "package.json" ]; then
__tests__/verify-node.sh 24
else
__tests__/verify-node.sh 20
fi
shell: bash
run: __tests__/verify-node.sh 24
version-file-volta:
runs-on: ${{ matrix.os }}