Skip to content

build(deps): bump user-agents from 1.1.255 to 1.1.258 #6933

build(deps): bump user-agents from 1.1.255 to 1.1.258

build(deps): bump user-agents from 1.1.255 to 1.1.258 #6933

Workflow file for this run

name: Run the testsuite
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ["20"]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: |
npm cit
npm run build
auto-merge:
runs-on: ubuntu-latest
needs: build
permissions:
pull-requests: write
contents: write
steps:
- name: Automatically merge dependabot upgrades
uses: fastify/[email protected]
with:
target: minor