Skip to content

⬆️ Bump ua-parser-js from 0.7.31 to 0.7.35 #18

⬆️ Bump ua-parser-js from 0.7.31 to 0.7.35

⬆️ Bump ua-parser-js from 0.7.31 to 0.7.35 #18

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
name: Install PNPM
with:
version: 6
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- run: pnpm install
- run: pnpm run lint