Skip to content

build(deps-dev): bump typescript from 5.6.3 to 5.7.2 #1130

build(deps-dev): bump typescript from 5.6.3 to 5.7.2

build(deps-dev): bump typescript from 5.6.3 to 5.7.2 #1130

Workflow file for this run

name: Linting
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.1.0
with:
node-version: 18
- name: Environment Information
run: |
node --version
npm --version
- name: Linting
run: |
npm ci
npm run lint
auto-merge:
runs-on: ubuntu-latest
needs: build
permissions:
pull-requests: write
contents: write
steps:
- name: Automatically merge dependabot upgrades
uses: fastify/github-action-merge-dependabot@v3.11.0
with:
target: minor