Skip to content

chore(deps-dev): bump eslint from 8.29.0 to 9.9.1 #207

chore(deps-dev): bump eslint from 8.29.0 to 9.9.1

chore(deps-dev): bump eslint from 8.29.0 to 9.9.1 #207

Workflow file for this run

name: Unit Test
on:
pull_request: {}
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 16
- run: npm ci
- run: npm run test-ci