Skip to content

Refactor var assignments to function declarations #18

Refactor var assignments to function declarations

Refactor var assignments to function declarations #18

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
check-latest: true
- run: npm install
- run: npm test
env:
CI: true