Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.5.0 in /packages/cli #644

chore(deps-dev): bump eslint from 8.57.0 to 9.5.0 in /packages/cli

chore(deps-dev): bump eslint from 8.57.0 to 9.5.0 in /packages/cli #644

Workflow file for this run

name: CI:core
on:
push:
pull_request:
branches: [main]
jobs:
core-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- working-directory: ./packages/core
run: |
npm ci
npm run build --if-present
npm test