Skip to content

chore(deps): bump @eslint/js from 9.16.0 to 9.19.0 #311

chore(deps): bump @eslint/js from 9.16.0 to 9.19.0

chore(deps): bump @eslint/js from 9.16.0 to 9.19.0 #311

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Enable Corepack
run: corepack enable
- name: Setup Node
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: "22"
- name: Install Dependencies
run: yarn install --immutable
- name: Run Tests
run: yarn test