Skip to content

Bump web-vitals from 4.2.3 to 4.2.4 in /resources #112

Bump web-vitals from 4.2.3 to 4.2.4 in /resources

Bump web-vitals from 4.2.3 to 4.2.4 in /resources #112

Workflow file for this run

name: JS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: yarn
working-directory: resources
- run: yarn lint
working-directory: resources