WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

build(deps-dev): bump jest from 30.1.3 to 30.2.0 #186

build(deps-dev): bump jest from 30.1.3 to 30.2.0

build(deps-dev): bump jest from 30.1.3 to 30.2.0 #186

Workflow file for this run

name: PR check
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v5
with:
node-version: 18
- uses: actions/checkout@v5
- name: npm install
run: npm install
- name: run ESLint
run: npm run lint
- name: run tests
run: npm run test