Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.7.0 in /dev-client #1425

chore(deps-dev): bump eslint from 8.57.0 to 9.7.0 in /dev-client

chore(deps-dev): bump eslint from 8.57.0 to 9.7.0 in /dev-client #1425

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.tool-versions'
cache: 'npm'
cache-dependency-path: |
dev-client/package-lock.json
- name: Install Node dependencies
working-directory: ./dev-client
run: npm ci
- name: Test JavaScript
working-directory: ./dev-client
run: npm run test