Skip to content

Bumps version to v5.2.0 #280

Bumps version to v5.2.0

Bumps version to v5.2.0 #280

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master, v5.0.0-development ]
pull_request:
branches: [ master, v5.0.0-development ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint