mirror of
https://github.com/actions/setup-node.git
synced 2025-08-13 20:12:13 +00:00
node 24
This commit is contained in:
parent
5393183bd6
commit
e76b1ece36
8
.github/workflows/versions.yml
vendored
8
.github/workflows/versions.yml
vendored
@ -166,13 +166,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version-file: '__tests__/data/${{ matrix.node-version-file }}'
|
node-version-file: '__tests__/data/${{ matrix.node-version-file }}'
|
||||||
- name: Verify node
|
- name: Verify node
|
||||||
run: |
|
run: __tests__/verify-node.sh 24
|
||||||
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:
|
version-file-volta:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user