Skip to content

build(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 #2345

build(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3

build(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 #2345

Workflow file for this run

name: Generator
on: [push, pull_request]
permissions:
contents: read
jobs:
ionic:
name: npm-test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm run test