Skip to content

build(deps): bump ua-parser-js from 0.7.31 to 0.7.35 #14

build(deps): bump ua-parser-js from 0.7.31 to 0.7.35

build(deps): bump ua-parser-js from 0.7.31 to 0.7.35 #14

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
test:
name: Pull request tests
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup PNPM
uses: pnpm/[email protected]
with:
version: 6.25.1
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run lint
run: pnpm run lint