Skip to content

Bump eslint from 8.57.0 to 9.3.0 in the dependencies group across 1 directory #559

Bump eslint from 8.57.0 to 9.3.0 in the dependencies group across 1 directory

Bump eslint from 8.57.0 to 9.3.0 in the dependencies group across 1 directory #559

name: JavaScript - Unit Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
- name: Test with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --production=false
- run: yarn test:unit
env:
CI: true