Skip to content

build(deps-dev): bump eslint from 8.57.1 to 9.36.0 #148

build(deps-dev): bump eslint from 8.57.1 to 9.36.0

build(deps-dev): bump eslint from 8.57.1 to 9.36.0 #148

Workflow file for this run

on: push
name: Test
jobs:
Test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup
uses: actions/setup-node@v1
with:
node-version: '22'
- name: Install
run: npm ci
- name: Test
run: npm test