Skip to content

4.1.3 release preparation, update the package and lib/version to 4.1.… #104

4.1.3 release preparation, update the package and lib/version to 4.1.…

4.1.3 release preparation, update the package and lib/version to 4.1.… #104

Workflow file for this run

name: Actions-CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies and test
run: npm install
- run: npm test