Skip to content

chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 #44

chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33

chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 #44

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Test-and-Build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2.4.0
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
with:
node-version: 14.x
- name: Install and Build
run: |
npm install
npm run build