Skip to content

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 7.18.0 in /stencil-workspace #6155

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 7.18.0 in /stencil-workspace

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 7.18.0 in /stencil-workspace #6155

Workflow file for this run

name: Lint, build, and test
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./stencil-workspace
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Full Build
run: npm run full