Skip to content

Bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.15.0 (#143) #125

Bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.15.0 (#143)

Bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.15.0 (#143) #125

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
build:
name: Build push and pullrequest on master
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
env:
CI: true