Skip to content

⬆️ Bump @typescript-eslint/parser from 7.17.0 to 7.18.0 #471

⬆️ Bump @typescript-eslint/parser from 7.17.0 to 7.18.0

⬆️ Bump @typescript-eslint/parser from 7.17.0 to 7.18.0 #471

Workflow file for this run

jobs:
build:
name: Build on Node.js ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node:
- 18
- 20
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Upgrade npm
run: npm install npm@latest -g
- name: Setup modules
run: npm ci
- name: Build
run: npm run build
name: Build
on:
push:
branches:
- main