feat: add support for latest alias

This commit is contained in:
Divlo 2021-07-01 14:54:34 +02:00
parent d0b685ffa8
commit 0418ee25e8
No known key found for this signature in database
GPG key ID: 185ED2F15F104E52
3 changed files with 16 additions and 2 deletions

View file

@ -57,6 +57,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: [latest]
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: ./
with:
node-version: ${{ matrix.node-version }}
manifest:
runs-on: ${{ matrix.os }}
strategy: