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:
commit
569e70e9d1
29 changed files with 55900 additions and 4270 deletions
15
.github/workflows/versions.yml
vendored
15
.github/workflows/versions.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue