Skip to content

Bump web-vitals from 4.2.0 to 4.2.1 in /my-app #135

Bump web-vitals from 4.2.0 to 4.2.1 in /my-app

Bump web-vitals from 4.2.0 to 4.2.1 in /my-app #135

Workflow file for this run

name: CI
on:
push:
branches: main
pull_request:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: sudo apt update -y
- run: sudo apt install nodejs -y
- run: sudo apt install npm -y
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@main
with:
github-token: ${{ github.token }}
target: minor