Skip to content

build(deps-dev): bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 in /web/app #718

build(deps-dev): bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 in /web/app

build(deps-dev): bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 in /web/app #718

Workflow file for this run

name: JS
on:
pull_request:
paths:
- .github/workflows/js.yml
- bin/web*
- web/app/**
permissions:
contents: read
jobs:
js-web-test:
timeout-minutes: 30
runs-on: ubuntu-22.04
container:
image: node:20-bookworm
env:
NODE_ENV: test
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Yarn setup
shell: bash
run: |
bin/scurl --retry 2 https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1 --network-concurrency 1
echo PATH="$HOME/.yarn/bin:$PATH" >> "$GITHUB_ENV"
- run: bin/web --frozen-lockfile
- run: bin/web test --reporters="jest-progress-bar-reporter" --reporters="./gh_ann_reporter.js"