Skip to content

Bump version 1.0.37 (mirror of 0.7.37) #234

Bump version 1.0.37 (mirror of 0.7.37)

Bump version 1.0.37 (mirror of 0.7.37) #234

Workflow file for this run

name: ua-parser-js-run-test
on: [push, pull_request]
permissions:
contents: read
jobs:
run-test:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [amd64, ppc64le]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Run the test
run: |
npm install
npm run test-ci