10
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2026-04-05 15:46:52 +00:00

Merge branch 'actions:main' into main

This commit is contained in:
Tijuks 2026-03-26 20:50:49 +03:00 committed by GitHub
commit 569e70e9d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 55900 additions and 4270 deletions

View file

@ -168,6 +168,21 @@ jobs:
- name: Verify node
run: __tests__/verify-node.sh 24
version-file-dev-engines:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v6
- name: Setup node from node version file
uses: ./
with:
node-version-file: '__tests__/data/package-dev-engines.json'
- name: Verify node
run: __tests__/verify-node.sh 20
version-file-volta:
runs-on: ${{ matrix.os }}
strategy: