Skip to content

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

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 #1772

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: yarn install
run: yarn
env:
CI: true
- name: yarn test
run: ./run.sh test:frontend
env:
CI: true
- name: yarn build
run: ./run.sh build:frontend
env:
CI: true