mirror of
https://github.com/actions/setup-node.git
synced 2025-12-18 11:21:38 +08:00
feat: add support node is an alias for the latest version
https://github.com/nvm-sh/nvm#usage
This commit is contained in:
14
.github/workflows/versions.yml
vendored
14
.github/workflows/versions.yml
vendored
@@ -43,6 +43,20 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
latest-syntax:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
node-version: [node]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Node
|
||||
uses: ./
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
manifest:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user