Skip to content

Commit 149b070

Browse files
fixup Update .github/workflows/versions.yml
Co-authored-by: Grigory <grigory.orlov.set@gmail.com>
1 parent 523b2fc commit 149b070

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/versions.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,20 @@ jobs:
182182
node-version-file: '__tests__/data/package-dev-engines.json'
183183
- name: Verify node
184184
run: __tests__/verify-node.sh 20
185+
version-file-dev-engines-array:
186+
runs-on: ${{ matrix.os }}
187+
strategy:
188+
fail-fast: false
189+
matrix:
190+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
191+
steps:
192+
- uses: actions/checkout@v4
193+
- name: Setup node from node version file
194+
uses: ./
195+
with:
196+
node-version-file: '__tests__/data/package-dev-engines-array.json'
197+
- name: Verify node
198+
run: __tests__/verify-node.sh 20
185199

186200
version-file-volta:
187201
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)