Skip to content

Switch to ES Modules and balanced-match 3.0.0 (#62) #16

Switch to ES Modules and balanced-match 3.0.0 (#62)

Switch to ES Modules and balanced-match 3.0.0 (#62) #16

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16', '18']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm test