Skip to content

fix(deps): update non-major dependencies to v5.16.13 (#133) #470

fix(deps): update non-major dependencies to v5.16.13 (#133)

fix(deps): update non-major dependencies to v5.16.13 (#133) #470

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: Lint
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint