Skip to content

Bump @typescript-eslint/eslint-plugin from 8.1.0 to 8.3.0 #52

Bump @typescript-eslint/eslint-plugin from 8.1.0 to 8.3.0

Bump @typescript-eslint/eslint-plugin from 8.1.0 to 8.3.0 #52

Workflow file for this run

name: NPM
on:
pull_request:
types:
- opened
- reopened
push:
jobs:
pwa:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
steps:
- name: Checkout Crate
uses: actions/checkout@v4
- name: Set Toolchain
uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm ci
- run: npm run pretest