mirror of
https://github.com/actions/setup-node.git
synced 2025-08-12 11:32:12 +00:00
node version
This commit is contained in:
parent
b6e544ff5c
commit
99fc25e4df
8
.github/workflows/versions.yml
vendored
8
.github/workflows/versions.yml
vendored
@ -166,7 +166,13 @@ jobs:
|
||||
with:
|
||||
node-version-file: '__tests__/data/${{ matrix.node-version-file }}'
|
||||
- name: Verify node
|
||||
run: __tests__/verify-node.sh 20
|
||||
run: |
|
||||
if [ "${{ matrix.node-version-file }}" = "package.json" ]; then
|
||||
__tests__/verify-node.sh 24
|
||||
else
|
||||
__tests__/verify-node.sh 20
|
||||
fi
|
||||
shell: bash
|
||||
|
||||
version-file-volta:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user