Skip to content

add a nightly node compatibility validation testing the app on a set … #1

add a nightly node compatibility validation testing the app on a set …

add a nightly node compatibility validation testing the app on a set … #1

name: facebook/metro/nightly-node-compatibility-validation
on:
schedule:
# Everyday at at 5:00 UTC (22:00 USA West Coast, 06:00 London)
- cron: '0 5 * * *'
push:
jobs:
test:
strategy:
matrix:
runs-on: ['ubuntu-latest']
# minimum supported, latest and pre-latest lts, latest version
node-version: ['18.0', 'lts/-1', 'lts/*', 'current']
uses: ./.github/workflows/test.yml
with:
node-version: ${{ matrix.node-version }}
runs-on: ${{ matrix.runs-on }}