Skip to content

build(deps): bump the npm_and_yarn group across 1 directories with 6 updates #13605

build(deps): bump the npm_and_yarn group across 1 directories with 6 updates

build(deps): bump the npm_and_yarn group across 1 directories with 6 updates #13605

Workflow file for this run

name: Test
on:
push:
branches:
- main
paths:
- '**/*.js'
- '**/*.ts'
- '**/*.py'
- 'package*.json'
- 'ui/raidboss/**'
- '.github/workflows/test.yml'
- '.github/actions/setup-js-env/'
pull_request:
paths:
- '**/*.js'
- '**/*.ts'
- '**/*.py'
- 'package*.json'
- 'ui/raidboss/**'
- '.github/workflows/test.yml'
- '.github/actions/setup-js-env/'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-js-env
- name: npm test
run: |
npm test