Skip to content

Bump uuid from 9.0.1 to 10.0.0 #227

Bump uuid from 9.0.1 to 10.0.0

Bump uuid from 9.0.1 to 10.0.0 #227

Workflow file for this run

name: Linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main, develop, dependabot ]
workflow_dispatch:
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20.x'
- name: Install dependencies
run: npm install
- name: Run linter
run: npm run lint