We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523b2fc commit 149b070Copy full SHA for 149b070
.github/workflows/versions.yml
@@ -182,6 +182,20 @@ jobs:
182
node-version-file: '__tests__/data/package-dev-engines.json'
183
- name: Verify node
184
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
199
200
version-file-volta:
201
runs-on: ${{ matrix.os }}
0 commit comments