Skip to content

Non-breaking additions to makeLocalsConventionReducer #88

Non-breaking additions to makeLocalsConventionReducer

Non-breaking additions to makeLocalsConventionReducer #88

Workflow file for this run

name: Test
env:
FORCE_COLOR: "1"
on:
push:
pull_request:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [16.x, 18.x, 19.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test